dmitry

Results 15 comments of dmitry

upvote the fix by @enricomad https://github.com/mac-s-g/react-json-view/pull/374 :up:

`rvm pkg install openssl` `rvm install ruby-2.7.6 --with-openssl-dir=/usr/share/rvm/usr` helped me on Ubuntu 22.04 LTS (Jammy Jellyfish), since I dont have `$HOME/.rvm/usr` dir

upvote the fix by @enricomad https://github.com/mac-s-g/react-json-view/pull/374 :up:

vote up for copy node path button near the breadcrumbs. Very handy and easy to implement :+1:

@josdejong thanks a lot! I guess any will be fine if we can easily parse, split, modify it as we want. Some kind of trigger (onNodePathCopy) will be cool. personally...

@josdejong it would let anyone to parse and copy node path in the way one wants, not only as default `$.data[2].nested.property` format. Just an idea.

It may not work if you start your sounds directly like ``` let music = PIXIsound.Sound.from({source}); music.play(); ``` if that is your case, try this approach instead ``` let music...

seems like we can use single quotes to escape characters, according to docs: https://date-fns.org/v2.0.0-alpha.27/docs/format > The characters wrapped between two single quotes characters (') are escaped. Two single quotes in...

Workaround https://github.com/calintamas/react-native-toast-message/issues/164#issuecomment-803556361