Igor Berlenko

Results 143 issues of Igor Berlenko

When I open tabulator or other examples I mostly these error windows: https://caffeine.js.org/tabulator/ Also when I try to follow instructions in the comment section of https://caffeine.js.org/developer/ and execute in console...

bug

Its showing following errors ``` 512.png:1 GET https://a689f0d081884f003078477e76dacd38.ipfscdn.io/ipfs/bafybeigzgztdmt3qdt52wuhyrrvpqp5qt4t2uja23wmfhsccqt332ek7da/ethereum/512.png 401 (Unauthorized) ipfs://QmcxZHpyJa8T4i63xqjPYrZ6tKrt55tZJpbXcjSDKuKaf9/ethereum/512.png:1 GET ipfs://QmcxZHpyJa8T4i63xqjPYrZ6tKrt55tZJpbXcjSDKuKaf9/ethereum/512.png net::ERR_UNKNOWN_URL_SCHEME https://a689f0d081884f003078477e76dacd38.ipfscdn.io/ipfs/bafybeic4wlep4rhn4pmfscc5ww6k7hjmsqenu3tbzwbcb2r4u7b4qumhti/ 401 (Unauthorized) index-d683e585.js:135 Contract metadata could only be partially resolved, some contract functions might be...

With NodeJS 6.6.0 environment I get next results: strint.add('800', '9567') - Expected: '10367', instead got: '1367' strint.add('99', '1') - Expected: '100', instead got: '1' Are these examples working in any...

**Is your feature request related to a problem? Please describe.** My workflow to understand any codebase involves using Excalidraw. Basically, I do copy-paste all the code from repository into my...

Before: ![image](https://github.com/ztjhz/BetterChatGPT/assets/4569866/d2e716bb-621e-4bb1-b2f1-04813900b925) After: ![image](https://github.com/ztjhz/BetterChatGPT/assets/4569866/dcbeb297-d2af-46b8-98f1-a8d5760d86ae)

First, when switching between different chats, I'd like to be able navigate back through browser history Second, I need to reference specific chats and messages in external apps, particularly when...

``` Traceback (most recent call last): File "/Users/gur/Library/Application Support/Sublime Text/Installed Packages/Gofmt.sublime-package/gofmt.py", line 257, in run_formatter formatter = Formatter(view) File "/Users/gur/Library/Application Support/Sublime Text/Installed Packages/Gofmt.sublime-package/gofmt.py", line 166, in __init__ self.cmds = [Command(cmd,...

I want to replace kafka with 0mq in my Rust project. What should i do?