Edgar Costa

Results 42 issues of Edgar Costa

--- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-review
t-algebra

When sending messages to a group that includes a deactivated user one gets an infinite "sending" gif, but no reason is given why the message is not sent.

a-compose/send

### Bug description Various functions in the `LocalProcessSpawner` class assume privileged access by using the builtin functions, e.g.: `shutil.rmtree` and `os.makedirs`. #### Expected behaviour Being able to use sudospawner with...

bug

Hello, I'm used to using Ipykernel, where when one is running a lengthy computation, one can use [`send_response`](https://github.com/ipython/ipykernel/blob/830829fd344849c69027a7a198f745e7b84bcb28/ipykernel/kernelbase.py#L654) to append to the current output, for [example](https://github.com/edgarcosta/gp_kernel/blob/master/gp_kernel/kernel.py#L1225C1-L1232C26 ) What is the...

To fix: https://github.com/Homebrew/homebrew-core/pull/166490#issuecomment-2123447266

this time I was more carefully with my code and looked carefully at the diff

workshop 2024

At the moment, we need to use tokens, which are not accessible to the user, there are workarounds, I will try to implement one.

workshop 2024

To get a grasp to where we could improve, we could try to develop suites to compare performance against other libraries or CAS. For example: - NTL: https://libntl.org/ - ffpoly:...

workshop 2024

The file [missing_functions.txt](https://gist.github.com/edgarcosta/e4db9fcf89c4dd88bf1b1b6e7c165ed2) contains what I believe are all functions that are in the documentation but not in the source code. If one runs ```bash cat missing_functions.txt | xargs -n1...

workshop 2024

As reported in the mailing list, we can do much better. Another relevant discussion is https://github.com/flintlib/flint/pull/686#issuecomment-626217576

performance