Nick Zuber

Results 19 issues of Nick Zuber

## Proposal Instead of having the manual and arguably ugly & confusing symlinking postinstall of ``` node -e \"var s='[src]',d='[dest]',fs=require('fs');if(fs.existsSync(d)===false){fs.symlinkSync(s,d,'dir')}; ``` We can simplify things by just replacing that with...

enhancement
question

## New Workflow Let's make the process even simpler by finding the source of ReasonML code (with an opt in to do it manually like we currently have). `setup` would...

enhancement

I noticed in `_generate_path_from_repo_url` we remove the colons from the `netloc`, however we don't try to remove colons anywhere else like from `path`, which makes something like ``` urlparse('[email protected]:Productivity/ClusterRunnerHealthCheck.git') #...

bug
minor

Our current version of pylint is slightly out of date and we're missing out on some bug fixes from the newer versions. ``` ❯ pylint --version pylint 1.6.5, astroid 1.4.0...

help wanted

If you try to use `ppx_deriving.show` with a recursively built module, it always throws an `Undefined_recursive_module` exception. Here's a simple example of some code that will throw this exception: ```ocaml...

When I follow the steps for running the example here, I run into an error regarding access rights. Is there some more set up that isn't mentioned here that I...

Create the ability to silence a thread from sending web notifications temporarily. The trickiest part will be the UI/UX around this feature 🤔

small
Request

When the first and only notification is a review request, it doesn't seem to be popping up in any of the feeds. We should make sure that things are being...

bug
medium

Might be tricky since notifications logic happens above where toasts exist. Might require larger refactor, which is entirely possible tbh. - Move dark mode logic to index file - Move...

bug
medium