-
Hi,
This is an exciting alternative approach for compiling Haskell!
Are you also aware of the llvmng work?
https://mail.haskell.org/pipermail/ghc-devs/2017-September/014689.html
Moritz hop…
-
Once the truncated links are deprecated we can implement a bit more code reuse.
A bit more will also be allowed by implementing 2d_Q04 dimensional reduction center stabilization, as well as the spe…
-
E.g. I have type
```hs
data PaymentOptionsCommon id =
PaymentOptions
{ poId :: id
, poPaymentType :: Maybe PaymentMethod
, poPaymentNet :: Maybe Int
, poInstallmen…
-
Hi,
When scrolling the collectioview inside the cell and then scrolling the tableview, the cell that gets reused shows the the collection view scrolled to the position that i scrolled to in the firs…
-
Why reimplementing prelude, when there is a nice little ecosystem? https://github.com/gcanti/fp-ts
-
This is a suggestion I found in the TODO:
We can reuse an AWS instance instead of shutting them down after each job.
At least during a single benchmark, we could limit #instances = #parallel jobs.…
-
@HungryProton we discussed ConceptGraph nesting here: https://github.com/HungryProton/concept_graph/pull/59#issuecomment-633555264
Current ideas:
1. **The "Generic Input" GraphNode should return…
-
**Is your feature request related to a problem? Please describe.**
Sometimes only a piece of text should be reused in Gutenberg,
or some inline content, e.g. text with inline images.
With the curr…
-
There are a number of places where the UI could be reused better:
1. copy-pasted `get_assignees` method with the relevant templates, that can maybe be generalized.
2. `abstract.z3cform.usertokeninput`…
-
I tried to reuse initialViewLayoutAttributes like below:
I have two subviews, and each time I just reuse the initial and final layout attributes. However at run time, I found the self.titleView's init…