Emelia Smith

Results 231 comments of Emelia Smith

I'd be inclined to build it in; maybe you could do something like a "record" mode which captures the responses from the origin & caches them locally on disk. But...

Hi! I can see you've switched to `@titelmedia/node-fetch` and I'm not sure that it's actively maintained anymore by Titel Media — this was a project I worked on when I...

> Emelia Smith thanks for the warning. @titelmedia/node-fetch looks like it's pretty awesome! > > MrBBot I see in the other PR that the project is still maintained. However, it's...

I’ve since switched to a simple bash version: ``` #!/usr/bin/env bash echo "Activating Maintenance Mode for Admin…" heroku maintenance:on --app admin git push nts-api master heroku run rake db:migrate --app...

As the author of one of the earliest websocket modules (which I've since decided shouldn't be used in favour of ws, websocket, faye, etc), I would say that we've already...

A very light touch approach would be to just change the symbols wrapping, e.g., « and » instead of [ and ] (Not using because jsx is a thing)

@jimthedev I don't think it'd be a breaking change, as you can check if the `prompter` function has an arity of 2 or 3, by using `function#length`, e.g., ``` function...

I think I'm seeing this same issue on GitHub Actions running on Mac — https://github.com/inrupt/solid-client-js/runs/7917797697?check_suite_focus=true (with DEBUG on: https://github.com/inrupt/solid-client-js/runs/7918082641?check_suite_focus=true ) I'm unable to reproduce locally (I'm on a Mac), and...

> @ThisIsMissE this is most likely caused by a race inside your code, please file a separate issue with a repro, otherwise we can't act on it. I haven't been...

Just to further on @StevenLangbroek's comment, at Quandoo we've also written a bit of a layer on top of kafkajs to help with managing subscriptions to topics, as we've internal...