Mauricio

Results 14 issues of Mauricio

What are the differences between the shader files in `shaders/`? The README suggests using just `ACNet.glsl`, but there are three others in this repo.

It would be helpful to have the ability to describe what individual arguments are for. I don't mind working on this and #1, but would like some feedback as to...

**Is your feature request related to a problem?** I've been using `dev.replacePods` to add local env variables to my containers. My only issue with this approach is that it scales...

kind/feature
area/config
area/dev

The Firestore SDK recently received an update (https://github.com/firebase/firebase-js-sdk/pull/2938) that allows it to recover from certain IndexedDB failures. Previously, this would cause the SDK to crash and would require a page...

enhancement

This addresses #321 I am a little concerned that, due to the nature of the issue in IDB, an immediate single retry might not work in some cases. The original...

This patch enables compatibility with Vue 3. Aside from a couple deprecations that were fixed, I changed the build tool to rollup in stead of webpack. Tests will likely need...

**Describe the feature** I'm still learning all the ammo types and it's hard to know which ones are worth keeping and which I should sell. I think it would be...

enhancement

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: Use hotkey to view details for an item in stash/equipment...

bug

I was getting this error in my logs when switching shaders: ![image](https://user-images.githubusercontent.com/3804041/134580657-017fcf8b-1e48-4783-a8b2-89362df23fee.png) > FBO Format 'rgba16f' not found! Changing the color output format in the nvidia control panel from `YCbCr444`...

I just ran into an issue where my version of `class-transformer` was different than the one that `typedorm` depends on. This was causing the decorators I imported from `class-transformer` to...