Marko Vejnovic

Results 12 comments of Marko Vejnovic

Real user. I will retry using the library to make sure it was not my error.

This seems to be an issue with using a `string` in `CreateAndSignPrivateKey`, due to the padding block being truncated as described [here](https://stackoverflow.com/questions/4560461/decryption-error-pad-block-corrupted).

Worth noting that my key generation and license generation code snippets are two different code blocks.

Hi. Sorry for the late reply. I'm not really familiar of a better way. I could make a simple `Makefile` that automates the commands I outlined before, but it would...

Yeah, I think you're right -- maybe it's best if I keep the COPR up (I see utility from it) and we reject this PR? I can keep the COPR...

I am able to reproduce this. Running off of a fresh `coc` + `coc-import-cost` combo I receive: ``` [coc.nvim]: UnhandledRejection: Cannot find module 'tslib' Require stack: - $HOME/.config/coc/extensions/node_modules/coc-import-cost/lib/extension.js - $HOME/.config/coc/extensions/node_modules/coc-import-cost/lib/extension.js...

And actually, as a matter of fact, the number of false positives is significantly larger than that singular file. I'm attaching a list of false positives. [false_positives.log](https://github.com/user-attachments/files/17517022/false_positives.log) The same strategy...

I would suggest making a public API for this in order for end users to be able to document their own modules.

Super happy to say that this is fixed in latest mainline. Thank you for your report @nounder.

Here's what I ran to confirm: ``` marko@fedora:~/Desktop/bun-4/repro$ rm -rf node_modules/ && rm -f bun.lock && rm -rf ~/.bun/install/cache/ && cat package.json && bun add nounder/preact-uno#[email protected] { "name": "some-app", "version":...