Edgar Rodriguez
Edgar Rodriguez
I'm dying for showing "latest 7 used" instead of the current ones, and access with a number instead of arrow keys. I could help implementing it edit: sorry i thought...
@kamaslau did you find a solution to this issue? I'm having the same problem, wondering how to re-generate without the bounds
In my case the state is not persisted between updates of the app, I'll try the `resize | move` and see if it works better.
Add hyperion? ```fsharp #r "packages/Newtonsoft.Json/lib/netstandard2.0/Newtonsoft.Json.dll" #r "packages/Hyperion/lib/netstandard2.0/Hyperion.dll" #r "packages/Akka.Serialization.Hyperion/lib/netstandard2.0/Akka.Serialization.Hyperion.dll" #r "packages/Akka/lib/netstandard2.0/Akka.dll" ```
Thank you for your response 👏 no worries 👍 >Which browser is it? Do you get an error message in the browser's console? Google Chrome, seems to be working fine...
@brandly nice ! Thank you very much for the recommendation 🙏
> @jaywcjlove how would I differentiate between `shift` and `shift+command+z` then? I don't want the shift behaviour to happen when they actually pressed other keys with it I guess if...
same thing, using the `keyup` doesn't work either
Had the same error in v9.5, works fine in v10 if I dont use `firebase-functions` and strictly use the submodules (`firebase-functions/app`, `/auth`, etc)
I'm trying to do the same, with different `build.appId`, `build.productName` and `build.extraMetadata.name`, in the builder config file, which installs in different folders with different app names. However, when I try...