Klas Mellbourn

Results 25 issues of Klas Mellbourn

I have git itself aliased: ```bash alias g=git ``` This causes git aliases not to be found. That is, `git status` will cause `You should use "git st"`, but `g...

bug

## 🐛 Bug Report The debugger in Flipper has stopped working for us after upgrading Flipper to v0.238.0. The `Hermes Debugger (RN)` plugin is now under `Unavailable plugins` whereas it...

I added an interface so that you can inject your own authorization implementation. We needed this in our project since we were using custom authorization code. How to use it:...

When configuring a new app with Tamagui, `components/Button.tsx` does not compile when running `tsc --noEmit` ## Expected Behavior No compilation errors. ## Current Behavior I get these compilation errors ```...

It seems like a great tool, but I don't think the documentation around security is unambiguous. It could clarify the following: 1. Is the code encrypted in the database? 2....

enhancement