Travis DePrato
Travis DePrato
I'm running on GitLab and trying to use Docker to run a PG database for testing. In GitLab, CI pipelines are executed inside of Docker containers (rather than within dedicated...
I'm not entirely sure what this issue is. Basically, I have a server. ``` async def start_server(): await server.start(...) await server.wait_closed() print("Closed the server") ``` elsewhere, I have a function...
### Description I'm trying to run Julia and it's failing to initialize consistently with `init_shared_map: No space left on device`. This does not happen outside of gVisor (or even on...
The Storyblok bridge (https://app.storyblok.com/f/storyblok-latest.js) does not seem to actually be open source. It's not that complicated, and actually legible if you just de-uglify it (e.g., using Chrome dev tools), but...
Adds a warning if the passed in data prop is `Object.freeze`'d. This is important since several React state managers return values that are frozen (in my case, Apollo). Currently, this...
Would be nice to have the resource requests be set by default. I imagine there's no one size fits all approach, but it would probably make sense to define at...
I'm in a situation where I'd like to deploy OpenWhisk for use by other components within a cluster. In particular, I don't really want to expose anything to the public...
This is relatively minor, so I'm going to skip the template. Hope that's okay. I opened this issue on TailwindCSS: https://github.com/tailwindlabs/tailwindcss/issues/3770#issuecomment-801570385 tl;dr: PurgeCSS should warn if globs don't match any...
PlotlyJS tries to access the global WebIO object - but it can't since that's not defined in JupyterLab (because JupyterLab opens multiple notebooks in one Javascript context and doing so...
IJulia sends the `comm_info_reply` message (in response to `comm_info_request`) on the IOPub channel, but it should be sent as a reply on the shell channel. https://jupyter-client.readthedocs.io/en/stable/messaging.html#comm-info