Chris Rudmin
Chris Rudmin
Currently the header background contains black bars when the window is wide and short. This change allows crop so that the background image width will always be filled. Tested in...
When doing a mutation `shopify.graphql(mutationQuery)` where the query is a mutation such as: ``` mutation { customerCreate( input: { ... } ) { customer { id displayName } userErrors {...
I get a lot of comments on my project about choppy audio and dropped samples. I think that implementing `AudioWorklet` when available instead of `scriptProcessorNode` should resolve those issues.
**Describe the bug** HTML Entities are unescaped when creating xml using a json object **To Reproduce** ``` create().ele({ 'foo': ''"©℗™' }).end() // '"©℗™ ```` ``` create().ele('foo').txt(''"©℗™').end() // '"©℗™ ```` **Expected...
Setting bufferLen and workerPath via configure() fails. These two variables are set when the object is instantiated, and fail to be updated when configured after instantiation. ``` var rec =...
Just installed on windows10 x64. Trying to execute the tool results in the following: ``` $ gittyleaks -h Traceback (most recent call last): File "C:\Users\christopherr\AppData\Local\Programs\Python\Python37\Scripts\gittyleaks-script.py", line 11, in load_entry_point('gittyleaks==0.0.23', 'console_scripts',...
The newer version of google-cloud/storage will execute on arm64 - There are breaking changes in this package update. Namely minimum Node version is v14