Artyom Lebedev
Artyom Lebedev
> > but lnav keeps selecting bunyan_log instead. > > IIUC lnav picks the one with the largest amount of fields on the line-format (e.g. "more specific"?) In my case,...
Hello, Unfortunately, file encoding other than UTF-8 is not currently supported. As a workaround, you can open your file in any text editor which can convert text encodings, and re-save...
Unfortunately, there is no such feature by design currently.
It seems that the problem is that `src/index.d.ts` does not import `three.js`. It worked for me, but probably it depends on bundler/compiler. I am not really aware, if TS types...
Hello, This looks like some deployment problem. Please check your network requests corresponding to font files in the browser dev tools, seems that there is some HTML page returned there...
Hi, Looks like a problem with recent implementation of solid hatches support. Lack of real-world sample files was a great problem for this feature, so your sample is very valuable,...
@ruban See crash I accidentally encountered: https://github.com/LibreDWG/libredwg/issues/1077#issuecomment-2661366167
There is actually a limitation of the parser, which reads the entire file into a string, which in turn has some size limit, depending on JS engine. This is a...
I do not think it is related to color enhancement options, they should not change the colors so dramatically. I will try to check it later. Maybe some bug in...
Yes, thanks, forgot to commit changes in the demo repository after the deployment, fixed. The problem you see, probably related to improper handling of missing entities colors, which was fixed...