indykoning
indykoning
Let me start off stating that web workers built inline do not play well with many build tools. E.g. i had WebPack attempt to polyfill pieces of code which does...
You could try to take a look at: https://github.com/indykoning/joycon-controller It uses a generic controller input library so it may have more success, however you may have to do some configuring...
You cannot use it as is. However you can use all of the functions it is using. I wanted to be able to use my keyboard and expanded it to...
having made https://github.com/indykoning/joycon-controller i can verify it has support for it, as you csan see in: https://github.com/mart1nro/joycontrol/blob/18a09da1a04306534ff9e1df8a1a69c0192a3244/joycontrol/controller_state.py#L81 The command would be press/push l_stick
I know i'm late to the party but i have chromium installed on linux and i have lastpass installed on it. And the chrome extension actually autofills my passwords in...
Hi, that is quite odd behavior we haven't experienced before. Do you have the right configuration set in your env.php? Is there maybe anything you see that might cause it...
I think this may have to do with [Sentry's](https://github.com/getsentry/sentry-php) dependency on [php-http/discovery](https://github.com/php-http/discovery/blob/105b62f87659175de0924219ce2ba338e541ab66/src/Strategy/CommonPsr17ClassesStrategy.php#L24) which may cause issues. I know the Magento integration does not need any of these classes itself. What...
I think treating the settings as module configuration would be the best approach to this because why would we read the environment variables manually when a more flexible solution already...
Hi, do you mean a pre-commit hook or something simmilar? It is a good suggestion but since we already check code style in the repository this isn't high on the...
See my response here https://github.com/justbetter/magento2-sentry/issues/79#issuecomment-1274883339 I am unable to get this to happen i'm afraid. This probably works https://github.com/justbetter/magento2-sentry/issues/79#issuecomment-1203853397 however it makes no sense that that should happen and that...