Karel Ledru

Results 11 issues of Karel Ledru

I wanted to give this a go and couldn't on Node 9 because it is not listed as an engine: https://github.com/gossi/ember-cli-create/blob/master/package.json#L34 Here is the output: ``` yarn global v1.9.2 warning...

Hi, I'm a little confused with this bug. First some code: ``` ruby class Company < ActiveRecord::Base acts_as :entity has_many :company_markets has_many :markets, through: :company_markets def market_ids # getter for...

I want my cells to display on a single line (think of a long email, it should no overlap the next column). So I rely a `text-overflow: ellipsis`. It works...

enhancement
help wanted
possible-addon

All is in the title... it defeats the purpose of variables...

@variables colors { throws an error @variables colors { doesn't

It looks like the backend event tracking is done synchronously and does not support grouping. Do you plan on supporting a queue?

A while ago, I started a fork of this rep to implement its features on existing form so it doesn't only generate forms but take existing ones and apply validation,...

improvement
discuss

Hey, I'm confused as it appears the the mysql.sock is missing. Here is what I do: ``` sudo docker build -t wordpress . sudo docker run -v /srv/wwww/myproject/wordpress/:/var/www/ -d -p...

Hi, First, I try to use selectize to select element that are then added to list. But I don't want selectize to actually list the selected element (I want it...

Hi, Is there a reason why you do not support the use of `value` with the `multiple` option? With `Ember.Select` being deprecated, we would like to switch to selectize everywhere...