-
I'm on the latest version. Recently added the "Explain model" widget and i get the below error.
 An error occurred.
module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
Just query a view with renamed attribute and print `ResultSetMetaDat…
-
PHP 8.4 alpha2 is out and `php -l` passes on 13.x branch but some vendor dependencies need fixes
General function deprecation is coming https://wiki.php.net/rfc/deprecations_php_8_4
But for now n…
-
FAT and NTFS have the concept of a short and long file names, these are similar to hard links with the exception that Windows treats these more like an alias. Or treat this as a special kind of alias …
-
Consider these two modules:
```
module LocalizedHtml exposing (Html, Language(..), div, text)
import Html
type Language
= Italian
| English
type alias Html a =
Language…
-
- [x] I have tried using the latest released version of Numba (most recent is
visible in the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG).
- [x] I have included a self contain…
-
The PHP OpenID implementation does not honor aliases sent by the client during Attribute eXchange (AX). Instead, the OpenID identity provider returns requested attributes with sequentially ordered ali…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-…
-
Code snippet that will trigger it:
```
from aiida import orm
from aiida.common.links import LinkType
data = orm.Data().store()
calc = orm.CalculationNode().store()
data.add_incoming(calc, li…
-
### What happens?
I am developing an application based on Spark using their Python API. I am trying to change the code such that I can use either PySpark or DuckDB based on a startup parameter. Duc…