Mike Rispoli

Results 9 issues of Mike Rispoli

**What is the current behavior?** When you crawl a page that throws a 403 unauthorized error the crawler just hangs and stays there indefinitely. It ignores all timeouts and doesn't...

feature

I’m trying to generate an ssh key to connect github to another editor app but open term stops after asking for password. Opening new tabs and trying on their commands...

I wasn't able to get this import statement working: `import { Cookies } from '@nestjsplus/cookies'` It does work with: `import { Cookies } from '@nestjsplus/cookies/dist/decorators/get-cookies.decorator';` Not sure if this was...

# Question So I'm looking at importing the contentful sdk into a reason project: https://www.npmjs.com/package/contentful What's the easiest way to do this? So far from the docs I can't really...

# Question What's the best way to test a ReasonML app? Is it just to use jest and react testing library? I'd imagine the process is to make a test.re...

I've read there's not async / await in reason. What's the best way to handle something like fetching from an API like a headless CMS? Are js promises the best...

# Question So I was working on a form submit function and could not get the standard `event.preventDefault()` to work in Reason React. I tried a few different things but...

Publish
The language

So I just wanted to make sure I'm thinking about the Reason decorators properly. When we have something like this: ``` [@react.component] let make = (~children) => { ... }...

Publish
The language

# Question > Question asked by @mrispoli24 So I noticed in some tutorials some people gitignore the generated .bs.js files and others don't. What's the best practice here? My thought...

Publish
Project structure
Best practices