losnappas
losnappas
So I did `stack install turtle` and hello world examples work, but I'm not getting autocompletes from haskell-language-server (on vscode with the haskell plugin), I'm guessing that's because the package...
Hi, Any documentation? This: https://developers.tron.network/docs/tronlink-integration is all I could find, and it throws: `Uncaught (in promise) Invalid transaction provided`. According to https://developers.tron.network/reference#sendtransaction the 3rd argument is private key, and tronlink...
This line: https://github.com/relay-tools/react-relay-network-modern/blob/master/src/middlewares/cache.js#L84 Is destroying my logs. Can we remove it or is there a way of making the error `e` into something nice? I would prefer it was removed,...
Hello, I wanted to give this a spin on wordpress, and tried the `opt-add-woocommerce` on my virtual machine, however, I ran into a problem. The btcpayserver plugin for wordpress gives...
```php echo strip_tags("1
Hello, please get rid of errors like this: `return &dynamodb.UpdateItemOutput{}, fmt.Errorf("Update Item Expectation Not Found")` and just `return &dynamodb.UpdateItemOutput{}, nil`, so this library can also be used for some stubbing...
Surely this is an oversight, right? I also have a `wp_localize_script` object in camel case and declared it with `/* global my_obj */` at start of file. So I'm wondering...
https://gitlab.com/losnappas/Song-identifier Make issues here or there, don't care, but development happens on gitlab.
https://bugzilla.mozilla.org/show_bug.cgi?id=1448129 mmm what to do what to do..
`navigator.mediaDevices.getUserMedia({audio:{mediaSource:"audioCapture"}})` and in about:config `media.getusermedia.audiocapture.enabled` = true Then needs permission from user and it looks like "website.com needs permission to.." instead of "addon needs...", which is sad. +side is that...