sam

Results 19 comments of sam

Thank you very much for the feedback @Jibbarth -- I'll make these changes in the next hour, and leave it enabled by default per the feedback from @olivernybroe :)

@Jibbarth > The "ignoreVCSIgnored" option cannot be used by the Finder as the "/home/barth/Projects/phpinsights/src/.gitignore" file is not readable. Regarding this error: as it turns out, the Symfony [`Finder`](https://github.com/symfony/finder/blob/master/Finder.php#L681) is checking...

Personally I'd like to see the score be consistent across the ecosystem and see `error` vs. `warning` differentiate whether or not the checks pass rather than how it impacts the...

I've had success switching from [`reflect-metadata`](https://github.com/rbuckton/reflect-metadata) to [`@abraham/reflection`](https://github.com/abraham/reflection) which is a drop-in replacement and works with esbuild and vite. ```diff // main.ts -import "reflect-metadata"; +import "@abraham/reflection"; // Your code here......

You're in a difficult spot when learning object-oriented programming in a Javascript environment because even with Typescript (which introduces interface-like constructs) you don't have traditional interfaces: the _interface_ you're mocking...

(Just in case it's unclear, I am not the author of this library, just another user!) > What is your suggestion for how to mock interfaces like this? @cberthiaume That...

> I'm sure I'm doing something wrong [...] I can add those properties to my simple object but that's one thing I expect a mock library to do for me....

The recent surge in misuse of actions by malicious third parties has highlighted the importance of a security first approach to actions, as has been described by the GitHub Security...

As a cryptography layperson with an end-user's relationship to public-key cryptography, the most important aspect of keys.pub that differentiates it from my historic understanding of public-key cryptography (which was heavily...

@StefanKarpinski `keys.pub` is a client that uses proof posted on social media profiles to associate a public key with an online identity, and provides a bunch of helpful easy-to-use tools...