Flafy

Results 27 comments of Flafy

Same here. Did you solve it?

> So I just realized a pretty huge issue with this. We can READ data fine, but if we want to WRITE data (e.g. when a user stars a theme),...

> Usually there is some sort of API key, connection string, or secret, or something, to actually initiate the database connection. So it knows where the database is and is...

> Ideas include: use a specific version/commit in the url. Save the commit ID in localstorage, and check the latest commit on load (in extension.js), and update that in localstorage...

`text-indent` natively in Flutter can be done like so: ```dart TextSpan( children: [ WidgetSpan(child: SizedBox(width: 40.0)), TextSpan(text: 'lorem impsum...'), ], ) ``` From https://stackoverflow.com/questions/68260166/is-there-a-way-to-indent-just-the-first-line-of-wrapped-text-in-flutter

I added limited support for the css attribute in my fork of this repo, you can look at it if you want

I don't think Discord is a restricted app since you can still hear videos from it. I think Sndcpy can't listen to the phone's audio when there is voice communication...

> This seems potentially _very risky_ and like it will introduce a bunch of problems for a plugin that is currently fairly stable. Can this not be solved in your...

> I am also facing this issue. I can send from PC to both macbook and iphone, but cannot send from macbook or iphone to PC. > > > Probably...

Does anybody know how to set `remote-program` decoratively with `nix.buildMachines`(or any other way)?