Seth Nickell

Results 219 comments of Seth Nickell

Here's a "semi proper" workaround that anyone else facing this can do: ``` path_to_your_venv = '/Users/seth/src/code-dot-org/.venv/lib/python3.12/site-packages' # your venv path here require 'pycall' site = PyCall.import_module('site') site.addsitedir(path_to_your_venv) ``` This will...

A previous (merged to test) attempt saw numerous eyes failures: [applitools eyes failures during eyes_selenium upgrade](https://eyes.applitools.com/app/test-results/00000251677418056115/?accountId=mG4DoRfv0ntEgI3XIYBulrKxlZqrHtGwbP3V103ojvLFU110)

# Possible Timing Issues ## Solution eval dialog not popped up - [gamelab multiple choice contained level - Step 5/5: finished level with contained level](https://eyes.applitools.com/app/test-results/00000251677418056115/00000251677417333773/steps/5?accountId=mG4DoRfv0ntEgI3XIYBulrKxlZqrHtGwbP3V103ojvLFU110&mode=step-editor) - [maze multi contained level...

My app is similarly getting /extremely/ complicated as a result of needing to use before= clauses to specify ordering. The desired behavior is pretty simple: - by default, react-mapbox-gl should...

Is there interest in a PR for this? If there's agreement that the behavior specified by @cyrilchapon and myself is correct, I would be happy to write the patch. btw,...

I'm seeing the same issue without using a container, on MacOS. Starting rails with `bundle exec rdbg -O -n -c -- bin/rails server -p 3000`: launch.json: ``` { "type": "ruby_lsp",...

@gabrielso I don't know a lot about the debug gem, could you suggest how I might test that?

Thank you @reingart for linking me to the use of "native build nodes" from buildx. Really cool. I'll do a test of using this from within skaffold (using this branch)...

Deployed to a fullstack and was able to confirm that both the single editor and two project editing case works on this branch at the current point: Two projects open...