Bence Janos Toth

Results 11 issues of Bence Janos Toth

Hey, I am trying to use this lib, and with otel_collector but nothing seems to show up at the end of the pipeline. Someone suggested to enable debug logs for...

Hey, I started to play around with this library in a project, and when I compile the code I get these warnings: > > warning: this clause cannot match because...

Hey, I updated to wkhtmltopdf 0.12.6 and there seems to be this problem: https://github.com/wkhtmltopdf/wkhtmltopdf/issues/4926 or this https://stackoverflow.com/questions/62315246/wkhtmltopdf-0-12-6-warning-blocked-access-to-file The solution would be to pass the --enable-local-file-access flag, I tried to pass...

### Have you checked for existing feature requests? - [X] Completed ### Summary Once package installation works form the new backend we will need a way to update said packages....

bug

I want to test out the updated [github](https://github.com/pulsar-edit/github/pull/2) library on a real build, to verify the fix.

Hey, I have been using the atom https://github.com/elixir-editors/language-elixir package for years. Recently I have been looking at alternative editors,and using the language server. I noticed that in the atom package...

Hey, I am trying to make it so that i go into a route and in that route i have an input field and an h4 tag and with mvc...

Hey, I added this plugin to my lite-xl install. When I format either by calling the command directly or save on format, I get log that the formatting was triggered,...

Hey I get this error when I try to install it on windows 10. `Installing “[email protected]” failed.Hide output… > [email protected] install C:\Users\BENONY~1\AppData\Local\Temp\apm-install-dir-117107-6440-1akc8tq.1n10olmcxr\node_modules\atom-import-js\node_modules\sqlite3 > node-pre-gyp install --fallback-to-build Failed to execute 'C:\Users\benonymus\AppData\Local\atom\app-1.21.2\resources\app\apm\bin\node.exe...

Hey, I have 2 test cases in 2 different folders in the test folder that mock the same function and then asserts that this function has been called. `with_mock(CoolModule, do_something:...