Jari Pennanen

Results 111 comments of Jari Pennanen

I'm doing an ES module library which should be usable from browser as well as from deno, e.g.: math.ts -> math.js thing.ts -> thing.js So browsers can import from js...

Yeah that is the manual (native) way I've been doing it before this. Though your plugin is much better, I can copy & paste, rename a project (I do this...

@gossi are you asking from me something? I mean I have no fork on which to pull, I'm just speculating a feature. What you describe is what I described also...

I think I may misunderstand what `age-plugin-yubikey` does... Maybe if I use `yubico-piv-tool` and move the SSH key there, I can then use `age-plugin-yubikey` to access the SSH key for...

Thanks for your answer. I'm investigating this myself. Simply put I'm trying to do this: Allow ssh-agent/encryption/decryption using `rage/age` with just my SSH key stored in YubiKey. Use case: Suppose...

Note: I'm trying to figure out does GIT allow having different ignore files as well, e.g. `.gitsyncignore` for the above example.

I'm also on 1903, there is different build numbers. Type in run dialog "winver", to see your build number. I have 1903 OS Build 18362.239 it still seems to work.

@nightscape did you also look at https://github.com/scala-records/scala-records/ if compossible is merged, like it may be https://github.com/scala-records/scala-records/issues/112 Scala could have a single good Record library. I think having defacto Record library...

I suspect all the ways that does not use the Job Object in Windows are hacks that will fail under some circumstances. Raymond Chen is old time Microsofter who explains...

Has anyone looked at what this would require in practice? I'm looking at the powershell.exe, and it seems rather simple: https://github.com/PowerShell/PowerShell/blob/master/src/powershell/Program.cs Now, to make it without console, is it just...