-
As it stands, the usefulness of Proxy objects as passed to Python is somewhat limited. They all map to the `foreign` class, and AFAICT there's often no way to tell them apart short of randomly attempt…
-
```python
roms_base_model=cstar.ROMSBaseModel(
source_repo='https://github.com/dafyddstephenson/ucla-roms.git',
checkout_target='main',
)
```
```
ROMSBaseModel object
--------------…
-
Thank you for the package!
I am using emacs jupyter with undo-fu mode, I found that after running a code block generating images will make the emacs save file really slow. It turns out that is a …
-
Basic math
- [ ] erf
- [ ] erfc (complementary error function 1 - erf, useful for better accuracy)
- [ ] beta function
- [ ] zeta function?
Float
- [x] is_infinite
- [x] is_nan
- [x] frac (f…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
When a FCStd is stored headless mode without GUI (for example from FreeCADCmd) then …
-
In local development, we use watchman to create content-addressed incremental state. It's great because it allows us to use subscriptions and respond to the working directory changes.
In CI for sim…
-
Databases support "GENERATED ALWAYS" columns which are columns that can compute values at the query time.
Users can include the columns in indices, and so on.
It would be nice if there was a possi…
-
Hi Community. I was able to use the signup method to create new account using the following code :
```
def signup(self, email, password, email_password, username, display_name, phone_number, p…
-
### Description
Object destructor not called when reassigning after a `try-except` block.
Minimal example:
```nim
import std/os
type MyObj = object
data: pointer
size: int
proc…
-
### Bug report
I noticed that when you make changes to files while PHPStan is analyzing, the changes are not picked up when you run PHPStan _again_. That means that PHPStan will just those files from…
ruudk updated
1 month ago