-
Deriving instances for `newtype` is broken in cases like:
```haskell
newtype TopicKey = TopicKey
{ unTopicKey :: Text
} deriving stock (Show, Eq, Generic)
deriving (Fr…
-
Variants in nested queries don't seem to work. Take the following MFE using the factorials table:
```
var db = database "links";
var tbl = table "factorials" with (i: Int, f: Int) from db;
query…
-
# Association Between FRQs and Our Project
## FRQ 1 (Arrays/ArrayLists + 2D Arrays)
This question from this FRQ has three parts (A, B, and C) and they all centered on both one and two dimensiona…
-
Currently records with identical fields but with different ordering don't unify, for example: `{ x : Int, y : String } != { y : String, x : Int }`. As commented at https://github.com/Marwes/gluon/pull…
-
Using the IMap interface creates significant overhead on hxcpp - and possibly all strongly typed targets.
Since we do not have multiple implementations of IMap, the abstraction seems unnecessary.
We…
-
- [x] I have searched the [issues](https://github.com/facebook/ent/issues) of this repository and believe that this is not a duplicate.
## Summary 💡
I first used polymorphism in …
-
Does this adapter support the query method documented here?
http://sailsjs.com/documentation/reference/waterline-orm/models/query
-
## Feature request
Allow refactoring small view parts into a separate view, and be able to `render` them into the template. These views should not be available outside the component.
```
app/…
-
A demo of Session Types has been created at [ProtocolResearch/SessionTypesDemo](../tree/master/ProtocolResearch/SessionTypesDemo). It may need refining, as currently a single protocol may be expressib…
-
Hello, good afternoon.
I have a problem using the with method when getting relationships with the fetchRecordSet.
![screen shot 2017-12-15 at 17 08 06](https://user-images.githubusercontent.com/…