Kianoosh Raika

Results 12 comments of Kianoosh Raika

I think I'm seeing the same thing. Maybe I'm using it wrong, but I end up having to call .init(), not .rend(), after I filter and re-display all the images.

It would be nice for this to be in maven central. our in house Nexus repo automatically grabs from maven central if a jar isn't there and we're behind a...

I see the same issue.. i digged down into the source and (without running it mind you) it looks like it uses the Google CompilerOptions object to configure this from...

@dparish ah yes, I assumed `import groovy.json.*` at the top; same difference :)

if ya'll are interested, feel free to look at https://github.com/djKianoosh/markdown-live I un minimized the css at least. the js is a bit more involved since it looks like he was...

fyi.. i added a 'depth' option to recurse subdirs if you're interested... here's my fork: https://github.com/djKianoosh/markdown-live

I'm not a maintainer/contributor but I like making the distinction between signing and verifying. In a large organization where I'm using this, only one service creates JWT's with the private...

well, not "thrown out" ;) but yeah locked and sealed for only the server (jwt issuer) to know about. 👍

Not a maintainer but I agree. I made a tweak here: https://github.com/twbs/bootstrap-npm-starter/pull/65 because in order to customize bootstrap 5, you have to: 1. import the functions first 2. then set...

Cool that's good to know. That's why I targeted the v5 branch.