Joshua Taylor Eppinette

Results 10 issues of Joshua Taylor Eppinette

Are there any strategies to use a mock during testing that work with `databases`?

I had to add the following options to my `.vimrc` to get the CSS Beautifier to work: ``` let g:formatdef_fixed_css_beautify = '"css-beautify -f- -s ".shiftwidth()' let g:formatters_css = ['fixed_css_beautify'] ```...

# Description I was unable to get preact working with a very small existing react application built by parcel (v1). ### Issues **Install** The preact [getting started documentation](https://preactjs.com/guide/v10/getting-started) has no...

The result of myzod causes Jest's `.toEqual`'s skipping of undefined keys to not work. I am assuming this is due to some prototype hacking? i.e. ``` expect({a: undefined}).toEqual({}) // pass...

I am wondering if you have had any issues with throttled `requestAnimationFrame` loops. iOS Safari will throttled the RAF loop to 30fps when in low power mode or cross origin...

Some third party libraries may make log calls with keys which we don't want to log. We should be able to exclude these keys from the final log line. For...

I created a python library that performs this functionality [here](https://github.com/jteppinette/python-sssd-ldap-auth). Thank you for this work, it greatly helped me create the library!

Does anyone know the maintenance status of this project. Is it time to investigate a fork since there hasn't been a published release in a year, and it is beginning...

When I run the initial system-manager switch via `nix run`, it creates a `result` folder from a build in the current working directory. Should this instead be going to the...

bug
good first issue