estani
estani
I got bitten by the way actions and states are handled in modules (quite differently). I think this problem (context) can be solved in a better way that provides a...
Thre are 2 workarounds I found. 1) call `$('.freeze-table').freezeTable('update');` which syncs the input/form fields (sending twice as much information but always the right one). 2) remove the name tag from...
Probably using the wrong bootstrap version / html code. Copy paste the bootstrap example of dropdown for the version of your gem and it should work. Then check the differences...
Ok, I think I see the problem better. bndtools doesn't check in Eclipse regarding existing project, but go directly to the file system. Thus as long as the project is...
While patching the code, I realized this is not needed. It makes sense how it works, but is not easy to see and the documentation says nothing about it. Just...
Assuming you are talking about the the table height, I'm not sure is possible. But I think you could define different margins (e.g. bottom one) for each page, so you...
I think also this is very lacking... I found in yaml_tree an option for `line_width` which I have no idea how to set while dumping the yaml. I think there...
and v1.3.0 pin react-native to '^0.42.2' And for dome reason unknown to me, npm thinks that `0.63.4` is not in `0.42.2` range... ``` npm ERR! While resolving: [email protected] npm ERR!...
puh took me a while to find the (possible) bug... the problem is that values returned from `i18n.t` are not only strings, they can be hashes too: https://guides.rubyonrails.org/i18n.html#bulk-and-namespace-lookup and symbols......
You mean outside of a repeater? (because as you said, repeaters are called "after all content is placed", so rendering images "before" means not using a repeater, right?) That will...