-
I often have conditional filtering in my queries which causes beam to produce where clauses that look like `WHERE ((true) AND (true)) AND (true)...`. It seems it would be easy to clean this up when bu…
3noch updated
1 month ago
-
1. Write a Reification trait, parameterized on IO[_[_]], F[_] and A (return type), returning an F[A] and taking an implicit IO. The method calls the appropriate IO operation with stored parameters.
2…
-
thinking that it'd be nice to have a monad for SqlExpr to make it a bit easier and clearer how to write code with it
```haskell
newtype SqlExprM a = SqlExprM (ReaderT NeedsParens (ReaderT IdentInf…
-
In order to provide add-on features on top of the generated apidoc clients it would help if there is an option to download an implementation agnostic abstract client, that only contains the client int…
-
When I paste XML code (https://gist.github.com/nolar/9830479) to a blog post, it works fine till I save my changes. Once saved and immediately reopened, the editors shows just XML text content, but no…
nolar updated
10 years ago
-
Last summer the D3 maintainers released a breaking API change, upgrading from 3.x to 4.x. While a lot of things between the new and old version are the same, many individualized APIs have changed.
…
-
**Motivation**
It can be difficult to troubleshoot problems in production due to the hap-hazard logging that happens.
**Scope of change**
Need to investigate solutions (libraries) and patterns th…
-
I just tried to run your examples by
- `cd example/barchart/`
- `npm install`
- `bower install`
But the bower command failed. Was `purescript-d3v4` once on Bower, but not anymore?
-
It's not clear right now what it's going to like, but at the very least we'll need statically unrollable `for` loops. I.e. we are going to compile a language with `for` loops (and possibly other featu…
-
As discussed at the Aug. 29, 2019 meeting, GOOL should perform some optimization prior to generating code. For example:
- remove import statements unless they are needed
- remove identity operations…