Hideman85

Results 40 issues of Hideman85

`WebpackSentryPlugin: unable to delete 'static/2.1.13/js/59.afdcc3b4.chunk.js.map'. File does not exist; it may not have been created due to a build error.` webpack config.output.path = 'build' So the file is located at...

Just to say I like scroll control on sound can you adapt this on battery for brightness ?

I have really no idea how to call this helper, but let me describe the use case. ```ts // Lets imagine I have an options type type Options { readOnly?:...

I understand that a condition as `new dynamoose.Condition().where('attr').not().in(['foo', 'bar'])` does not work but the following should be working `new dynamoose.Condition().not().parenthesis(new dynamoose.Condition().where('attr').in(['foo', 'bar']))` There is the following code as example, the...

type:bug
status:triage

It would be an amazing user experience if we could use our component library to render the input 🙏 ```tsx import TextField from '@mui/material/TextField'; const renderInput = (props) => ;...

Hi there, First of all this is a quite new feature and I'm not quite aware of all the support, I checked AWS doc that explains a lot but I'm...

### Operating System Linux ### Version of PolyMC 5.0 ### Version of Qt 5.15.6 ### Description of bug It does not locate the libglfw3 native, I checked it extract well...

bug

Sorry for the short description but it took me quite some times already to find the issue. Then reading the code it normal that the potential array is not a...

type:bug
status:triage

### Summary: Dynamoose force nested object of array to have the same type instead of one of the valid type individually ### Code sample: ```js const model = dynamoose.model('test', {...

type:bug
status:triage

We are running 270 tests in CICD and quite often now the runner hangs randomly in the middle. The chrome instances spawned are looking like this: ``` .yarn/cache/pw-browsers/chromium-1048/chrome-linux/chrome --disable-field-trial-config --disable-background-networking...