hlogmans

Results 8 issues of hlogmans

Hi, the Code Review tab remains empty (no code reviews yellow bar) even if there are review. There are reviews in the database (with project & issue_id set). I compared...

Just to notify others: a new Ember-cli project will use ember 1.10, and then ember build (or server) will fail with: Cannot read property 'create' of undefined TypeError: Cannot read...

I ran into some issues how to use more complicated functions on the group. So I updated the dummy code to have a more complicated example. Thanks Daan for doing...

If I do something like 'Articles.includes(:contentitems)', where contentitems has lazy loaded columns, the resulting query is like: 'select contentitems.[nonlazy columns], contentitems.\* from contentitems', which of course even further degrades performance....

0 - Backlog

If an image is assigned, the GetHeight does not take that into account, and a line might be missing. I did a temporary fix: ``` csharp if (this.Image != null)...

In mrbtest I get the Skip exception about Regexp not being included: `mtest_unit.rb:183: assert_match is not defined, because Regexp is not impl. (MTest::Skip)` In the gem I'm creating I have...

You might mention the GIT_REV environment variable is already set by the standard Dokku installation deployments, it is only relevant for older Dokku installations.

This package causes several problems on net9. Something goes wrong with stack layouts, that have 0 height left and show up empty. And a deep iOS crash is caused: An...