flaushi

Results 12 issues of flaushi

Hi! Suppose I add or remove an option from my enum. When creating a doctrine migration, this change is not included in the migration. Do I have to do this...

I am scheduling sysbench once a day on customer VMs (using cron) and report the results back to "me". Now, sometimes, the performance is just much lower than other times,...

Hi, I have switched to Uuids as primary keys for my doctrine project. All entities have such a field: ``` /** * @var UuidInterface * * @ORM\Id * @ORM\Column(type="uuid", unique=true)...

question

I am using the Vision framework but the program crashes as soon as I access the `pixelBuffer` property of the result observation. This is my code: ``` VNCoreMLModel * model...

I'd like to use this kind of postgres code `Array_to_string(ARRAY['a', 'b', 'c'], ';')` which gives `a;b;c` but this does not parse in dql : ``` ARRAY_TO_STRING( ARRAY( 'a', 'b', 'c'...

I am using the ListRenderer to create a table of contents for a webpage (actually I use https://github.com/caseyamcl/toc and th OrderedListRenderer). Using some CSS pseudo elements, I am able to...

Question

Hi, I am working with an UITabBarController, and in my current viewController, I would like to point the user to another tab. However there is no method like presentPointingAtTabBarItem... How...

Hi. I tried the demo page https://jquery.malsup.com/block/ but it neither works in a current Safari nor Chrome. My personal installation however does work with Chrome, but still Safari makes problems....

Assume I have a document like ``` 1. Heading h1 2. Heading two h1 2.1 First H2 3. Third H1 3.0.1 First H3 (H2 is missing) ``` Then the output...

bug

First of all: I love your tool! I am converting docker-compose.yml to Dockerrun.aws.json. This has been working very well for almost 3 years now. Recently I added for one service...