Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle numbers/booleans #5

Open
mrousavy opened this issue Mar 15, 2022 · 6 comments
Open

Handle numbers/booleans #5

mrousavy opened this issue Mar 15, 2022 · 6 comments

Comments

@mrousavy
Copy link

Thanks for your awesome plugin!

One thing that I'm missing here is that not all values are stored as strings. Sometimes we store numbers or booleans, but your Flipper Plugin always assumes strings (getString(..))

Is there any chance you could maybe add two columns, one for number and one for boolean, and then try to read the values as number (getNumber(..)) or boolean (getBoolean(..)) as well?

@KROSF
Copy link
Member

KROSF commented Mar 16, 2022

nice solution, i tried things but never thought about adding more columns, i will do it

@itsramiel
Copy link

any update on this?

@pke
Copy link

pke commented Nov 3, 2022

I'd like to move this forward. Anyone has tips how to debug a flipper plugin?

@AZagatti
Copy link

Any update? 👀

@stachu2k
Copy link

It would be a very nice feature.

@ebrahimhassan121
Copy link

I created a PR for it #12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants