Ilias Van Peer

Results 51 comments of Ilias Van Peer

How does whitelisting exposed values from exposed modules sound? Applications shouldn't have exposed-modules, packages expose modules so that their exposed values can be imported externally, so I think that would...

- [ ] use of `Random` iso `Random.Pcg` - [ ] using current time as a random seed rather than a port

> Use point free notation where possible `(\_ -> b)` to `always b` and `\x -> List.map f x to List.map f)` While I definitely agree with the second point,...

You can use something like this instead: ``` $this->db->select(array('CONCAT(nev,', "','", 'id_tanar)', false)->from("tanar"); ``` Which is a hack, but will do what you want, I think. The culprit here is the...

Thinking about this some more, there are a fair number of cases where the current code would produce unwanted results. Including, but not limited to, various scalar functions with multiple...

I'd think a more "futureproof" version would leave the `$table` parameter out. In fact, it would probably be a good idea to make the `$alias` param mandatory, since this would...

I don't have a CodeIgniter install around to play with, but perhaps something like the following could work? ``` php public function select_field($field, $alias = '', $escape = NULL) {...

Oh, please test it, make it pretty, make sure it conforms to the styleguides and make a pull request :)

#1246 for more "int literal weirdness", mentioning it here so these can be batched

Ah. Ellie is sort of a separate case (as it involves the elm-compiler compiled to JS through GHCJS), which makes this effect observable on all platforms due to GHCJS only...