Daniel Dimitrov

Results 50 issues of Daniel Dimitrov
trafficstars

The docker compose files were outdated. Last month apparently the web3 dependency was updated to v5.28 which makes some changes to maxPriorityFeePerGas which were causing the used ganache-cli version to...

When a user loads a form in our application it's by default empty. However we have a "favorites" feature - the user clicks on previous values and the form is...

This pull request depends on this one: https://github.com/gcanti/tcomb-form-native/pull/473 as we are exting textComponent from tcomb-form-native... If they accept the pull request there, then we could merge this and use detox...

I'm just wondering if I'm doing something wrong. I'm trying to backup a database with around 100k items. The backup is already taking 60mins and we are not even half...

help wanted

I was displaying a placeholder when the image is not yet loaded. I'm doing something like this ```` {!this.state.loaded ? this.renderPlaceholder() : null} ``` onLoadEnd I set the state of...

Using the hideButton function doesn't hide the button, but the text in the button. I think that the hiddenButton class should be added to the label and not on the...

I created a template using this component: https://github.com/ataomega/react-native-multiple-select-list I used enums to display the list of options and I'm able to select several options. However I'm faling at the validation....

I'm trying to do something that is driving me mad. I have the following model t.struct({ name: t.string, t.fields: t.Object views: t.struct({ fields:t.Boolean, something: t.Boolean }) }} Now when I...

I've been using tcomb-form quite a while and for the most part I love it. However I haven't been able to figure the following out. If I have the following...

When tunning packager-jet one isn't able to turn off debug mode off in the emulator. The problem seems to come from here: https://github.com/invertase/jet/blob/master/lib/react-native/index.js#L16 if this is false, then one can...

enhancement
help wanted