Matthew Barber

Results 85 comments of Matthew Barber

I noticed this was the case with two `python -mpip` instances, and have so fixed them too. I didn't really think about it, but I guess without spaces works right?...

That sounds horrible haha, but yeah I now see how no-spaces is a thing and so this PR is ¯\\(ツ)/¯

Were you going to implement the (optional) [`linalg` extension](https://data-apis.org/array-api/latest/extensions/linear_algebra_functions.html) here or in a follow-up PR? Curious if you missed it because the test suite skips testing extension functions if not...

We've resolved https://github.com/data-apis/array-api-tests/issues/94 in the latest release of the test suite... finally :sweat_smile: For this branch I got failures for the following with `--max-examples=1` Failing special cases ``` floor_divide(x1_i is...

> ### > > Note on testing: some bits in https://github.com/data-apis/dataframe-interchange-tests could be looked into. FYI updates to the test suite are in https://github.com/data-apis/dataframe-interchange-tests/pull/11. Ignoring the roundtrip tests (as obviously...

Ok, I see now the user is saved if a future release makes a breaking change to the API surface we use. Humour me as I get my head around...

> The remaining challenges are basically to avoid breaking any reprs I'm assuming this is in reference to filter-rewritten strategies still having a repr which contains the lambda expression, e.g....

Hi, using this PR does not fail on the warning on my system, but now hangs on it. I have little experience with either terminalizer or the environments it uses,...

@miraclx Nope, sorry should of clarified. On master, `render` just exits straight away. ``` Error: Error: [43288:1108/213958.894749:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData:

@miraclx Logging the three functions in `render.js`, the only method to trigger is `onError()` (once with the GL error). I tried launching the path manually with electron , but nothing...