Maksim Lin
Maksim Lin
> I must be completely transparent that _aesthetically_ this sort of syntax - no matter how it is implemented (be it a complicated concoction of extensions and helper classes or...
For what its worth, I did successfully use nrpn's in my elfer project: https://github.com/maks/elfer but that was on linux & android only, I never tried running it on macos. Elfers...
@zoechi Basically what this issue is asking for is not having to use a plugin as described in: https://stackoverflow.com/a/50092642/85472 I guess the question is is it up to Http client...
@rajasekar-mu you need to read the actually documentation you linked to, `findProxy`: >Sets the function used to resolve the proxy server to be used *you* need to then provide a...
Given that FFmpeg is a native library, it would be both more efficient and solve this issue of usage within non-main Isolate, by calling FFmpeg via Dart FFI directly instead...
Sorry if I got the wrong end of the stick but @gaaclarke is what you are suggesting covered by [#47718](https://github.com/dart-lang/sdk/issues/47718) ? or would libs into a Flutter exe be different...
Its a bit hard to understand what you are asking here as that is a very general question. Do you have more details about what you are trying to achieve?
Lua is not "for games" but it is widely used as a embedded scripting language in many games. Luadardo supports most but not all features of Lua 5.3.
While I was aware of the intent to direct Dart developers to use DevTools instead of Observatory I didn't realise there was also the intent to completely remove the Observatory...
Actually @alihassan143 its worse than that, I just ran into the situation where adding an image that's too high (over 715px high to a document set to `a4`) will actually...