Herbert Poul

Results 175 comments of Herbert Poul

@ma-pe yes, with the same 'name' does not throw an error, but reusing the same `Trace` object does. This code fails (last I checked): ```dart final Trace trace = _performance.newTrace('test_trace_3');...

I'm also not a native english speaker, so maybe I'm missing something, but what exactly does `official extension library of image` mean? in what way "official"? and why extension library?...

@iChenLei @jzoom he could just upload a fixed version to pub, no need for github 😅️ maybe it would be worth thinking about proposing the package to be transferred to...

> seems like no one is maintaining this project anyone interested in maintaining a fork 😅️ looks like there are quite a few active forks living https://github.com/mmcc007/screenshots/network

@patreu22 no idea? The version in this repo worked for me, i just had to copy the screenshot taking part into my test because i didn't like the dependencies, and...

@nigeltao i was wondering if anything changed in the last 3 years regarding colored emojis? :-) I was able to seamlessly draw back/white emojis, but color fonts (i tried the...

@lishaoh I'm pretty clueless, but the best i could come up with was using github.com/AndreKR/multiface and just merging the text font rubik with the [noto emoji font]() (non color version)...

FWIW regarding the `export` thing, it's pretty easy to do that already without any change in the api.. I simply used: TypeScriptGenerator(...).individualDefinitions.joinToString(System.lineSeparator()) { "export ${it}" } It's not even all...

@zerolab thanks for taking a look > Can you rebase on latest `main` and re-generate the migration? we reduced the test app migrations to just `0001_initial` i've now rebased. I'm...

thanks for investigating :) I'm just happy that i'm not misusing something, and it seems when using an async stream, everything works, so easy workaround i guess..