Mitch Talmadge
Mitch Talmadge
Nice work @canac! That app is really awesome!
Sorry I never commented on this. What are the benefits of F-Droid over Google Play?
That's a really good point that I didn't know about, thanks! The author specified GPL in the setup.py but maybe they would be more interested in using MPL-2.0?
I haven't investigated it much, but I found today that many of my `navLink`s and `navCommandLink`s had lost their `onclick` scripts (There is no javascript at all in the HTML...
I think I found where the problem lies: https://github.com/TheCoder4eu/BootsFaces-OSP/commit/50f5716761d11f848db3fcdcfad52314888622c5#diff-998cf6177e8580ef5c0b585b0f997b07R178 If ajax is false, javascript is not rendered. This commit caused that broken behavior. I determined that the cursor issue is...
Well, the problem is that, let's say I put some code into onclick of navLink. When that navLink is rendered, if ajax is false, the onclick code will not be...
If you look at https://github.com/TheCoder4eu/BootsFaces-OSP/commit/50f5716761d11f848db3fcdcfad52314888622c5#diff-998cf6177e8580ef5c0b585b0f997b07R178 I have identified the line of code that causes this behavior. In this commit, the logic was modified (probably accidentally) to where JavaScript is never...
> ```js > const a = prompt('Input a number to determine if the number is 12') > console.log(is(a).minus(1).thirteen() ? 'yes' : 'no') > ``` I believe that should be `plus(1)`?
Can confirm this problem, latest everything.
Thanks for the report, I think this will be the solution: https://stackoverflow.com/a/72633324 I'll find time to add a patch