Michael Hidalgo

Results 6 issues of Michael Hidalgo

[Read this](https://blog.michaelhidalgo.info/2018/10/back-to-basis-in-era-of-front-end.html ) to see what I mean :)

new-content
reader-feedback

I wrote an article to cover this security problem https://dzone.com/articles/regular-expressions-denial. It is a good practice that developers do Unit Testing when using Regular Expressions.

Hey @qjerome as per my [article](https://blog.michaelhidalgo.info/2019/05/is-it-gos-regexp-package-vulnerable-to.html) it would be good to add unittests with mocks of the sysmon events that allow us to not only test that rules matches but...

Hey folks. The documentation here https://docs.npmjs.com/cli/v9/using-npm/registry states that the mirror url is `https://skimdb.npmjs.com/registry.` however, as per https://github.com/npm/registry/blob/master/docs/REPLICATE-API.md#overview, it states that [skimdb](https://skimdb.npmjs.com/) is deprecated in favor of https://replicate.npmjs.com. Can you guys...

content

Fixing bug https://github.com/jupyter/jupyter_core/issues/442, which occur because Windows paths are not quoted properly. If the user path has special chararacters ( parenthesis or spaces), jupyter_core breaks.

## Summary Jupyter commands fail on Windows when the current working directory path contains special characters (specifically parentheses) in the username, even when Python and Jupyter are properly installed and...