Jari Pennanen

Results 220 comments of Jari Pennanen

I think this makes sql.js unusable from [Vite](https://vitejs.dev/) which uses rollup underneath. The page it creates just freezes the whole Google Chrome. Just with simple code: ```typescript import initSqlite from...

A lot of discussion about workaround, maybe just fix the actual problem? Isn't it clear that data-uri should be relative to file being processed. Right now I have file which...

**styles.less** ``` .something { background: data-uri("some.svg"); } ``` **sub/test.less** ``` @import (reference) "../style.less"; .test { color: green; } ``` It compiles style.less, but not the test.less because it tries to...

Hard to imaganie anyone wanting to deal with MSHTML either because modern web development tools wont work with, only corporate could make use of it. Is @vitalyster or @nothingismagick in...

The webview org is clearly controlled by the @xionglun judging from the commits in here: https://github.com/WebView/webview

I also got it running by simply making it `name ?? ""` in my fork: https://github.com/Ciantic/oleviewdotnet/blob/e3306cbab9fd05c6951adce320e80cb20977aee8/OleViewDotNet.Main/COMUtilities.cs#L2039 However this is not a fix yet, where can we get more WinRT names?...

@tyranid There are tools such as https://github.com/t1m0thyj/GetVirtualDesktopAPI_DIA that gets the PDB symbols from Micorosoft.com/symbols and combines them to produce proxy definition interface with all the names. Even for Windows internals...

I kind of get the concern, but if user is viewing `@[email protected]`'s account, then user is already giving some trust for `chaos.social`. Why can't the user then choose to pull...

@connyduck Some clients already do this for instance: ```bash # Get [email protected] curl -X GET "https://mastodon.social/.well-known/webfinger?resource=acct:[email protected]" # From above you should find aliases, each of them work, e.g. https://mastodon.social/users/Gargron #...

@charlag of course that was demonstration, because conny asked how to do it. I don't think any client uses CURL for real to that... I'm just saying, some clients are...