-
I'm using:
```
SQLAlchemy==1.0.8
sqlalchemy-continuum===1.2.1pyramid
sqlalchemy-utils==0.31.0
```
Backend is PG 9.3. It seems like many-to-many handling still does not work correctly with Continuum …
-
**Issue by [grosscol](https://github.com/grosscol)**
_Tuesday May 31, 2016 at 17:39 GMT_
_Originally opened as https://github.com/projecthydra/sufia/issues/2105_
----
### Descriptive summary
Sufia…
-
#### Feature request description
I'd like to search my Haskell projects by type signature. The result set should include anything with an equivalent type. Equivalence should be defined by the seman…
-
We want this to be able to experiment with different database engines. Currently we use leveldb, but want to try rocksdb, lmdb and sqlite.
The current interface is a mixture of inheritance and temp…
-
Binaryen optimization passes that can introduce new invalid uses of non-nullable locals opt themselves into getting an automatic fixup pass applied afterward. To keep binaryen efficient, we try to ha…
-
This issue was reported by **jasoka**
Design and implement the consistent memory management for the engine + scripting interfaces.
Analyze the problems & alternatives, select the best candidate and…
-
## CVE-2019-16943 - Critical Severity Vulnerability
Vulnerable Library - jackson-databind-2.9.8.jar
General data-binding functionality for Jackson: works on core streaming API
Library home page: htt…
-
Sometimes, people want to deal with quantities of a specific type but with a unit unknown at compile-time. For example, a specific unit might be obtained from some configuration file or from the web b…
mpusz updated
4 months ago
-
This is the first line of code in the README:
``` ruby
Article.find(params[:id]).decorate
```
And I hate it. Scroll through the closed issues and you'll find many of them are centered around making …
-
Looking around the code there are a lot of hangovers from the Rails2.3 days where the scope chain ends with .find(:all, options). This effectively stops any scope being chained on the end as find and …