LaysDragon

Results 46 comments of LaysDragon

I quite hope that matrix can have this function to integrating with external service XD For now the only way I can figure out is implement command to trigger function

https://github.com/LaysDragon/matrix-appservice-webhooks/tree/chinese_support here is my implenment...It will caused duplicate bot appear due to fixed localpart if there is any webhook have been deployed

Build watch stop working for @simondotm/[email protected], [email protected] and [email protected] in my project environment.Seems the api change somehow. I make a patch for this - src/executors/build/build.js replace ```@simondotm+nx-firebase+0.3.3.patch const result =...

> @simondotm Heads-up, at present iterating on Cloud Functions code is a little painful: > > * Change code > * Run build command (watch not working) > * Existing...

> Thanks @LaysDragon for your effort on this! 🙏 Will try this out next opportunity. I find out the #20 problem later,I fix the watch problem but its still wont...

Every time I terminate the emulator from `nx serve firebase`,there always a java process stuck at background and block me to restart the emulator. It seems the problem is `@nrwl/workspace:run-commands`...

I'm working under windows 10 with node v16.15.1. Under nx 13,I have spend whole day on why emulator processes don't terminate gracefully. Have hard time to doing export-on-exit ,and have...

I use following code convert PlatformFile to XFile with `withData:true` ```dart var result = await FilePicker.platform.pickFiles(); if (kIsWeb) { return result?.files.map((f) => XFile.fromData(f.bytes!, name: f.name, length: f.size)).toList()??[];; } else {...

yes,I bump into this bug too.Import a freezed class with alias will lost the alias on its CopyWith method in generated file.Its seems like the #519

> So unfortunate this bug still exists... all we can do now is waiting the Metaprogramming