4 questions from the last 7 days
Advice
0
votes
0
replies
32
views
How to interpolate attribute names into translations with i18next?
Laravel has localization for authorization, validation and other types of messages. validation.php returns an array which contains error messages for validation rules. It can also have custom ...
1
vote
1
answer
38
views
Spring Boot 4 upgrade hibernate jpa json functions incubated
When upgrading to Spring Boot 4 (Hibernate 7) you can get the message that the json functions are incubated, i.e. default its turned off. It will then tell you to set hibernate.query.hql....
1
vote
1
answer
44
views
Error reading file content in helm template
Hi I am trying to read below file content in helm template but getting below.
Folder:
charts
--Example
----pipelines
------a.conf
------b.conf
------c.conf
----templates
------example.yaml
{{ ....
-3
votes
0
answers
168
views
nlohmann: Assertion failed: endptr == token_buffer.data() + token_buffer.size(), file include/nlohmann/detail/input/lexer.hpp, line 1292 [closed]
anybody anytime get next error?
Assertion failed: endptr == token_buffer.data() + token_buffer.size(), file include/nlohmann/detail/input/lexer.hpp, line 1292
i've next code:
int main(int argc, char *...