Angel J Piscola

Results 50 comments of Angel J Piscola

I'm having the same issue, it works with CURL but in the browser it fails. I've got a Dockerfile setup like so: ```Dockerfile FROM h2non/imaginary:latest ENV DEBUG * # @TODO:...

@agoncharovdev I am awestruck, that works. Do you have any explanation for _why_ that works? Edit: Actually, doing it only on resize only fixed the clamping for drag/pinch movement. Wheel...

We actually ended up pushing the `clamp()` ticker solution to prod, so I can't just point you at our site anymore. I'll try and make a reproduction on codesandbox soon.

What about pages where you want lazyloading for long lists of components but the page itself is server-side rendered? This wouldn't make sense in that regard, it would completely nullify...

I get a similar issue when trying to mix string and serializable properties: ```ts constructor(store: RootStore) { this._store = store; makeAutoObservable(this, { _store: false }, { autoBind: true }); makePersistable(this,...

Can confirm that kebab case totally breaks stuff. Facing the same issue in my repo.

Using the `loader` with the following config: ```js { loader: require.resolve('babel-loader') }, { loader: require.resolve('react-docgen-typescript-loader'), options: { setDisplayName: false }, } ``` It did not change a thing. Well, it...

Hmm... I could see it being useful there. I think the initial thought was that properties like `weapon_category` were mainly on weapons, but I'm sure if we look at the...

I saw that but I wasn't sure if it was the same issue as my code generates the same with or without the discriminators, and it's about primitives instead of...

I can try to check later this week, my apologies I've been swamped with work. I need to migrate to the latest version as well!