Kamil Dąbrowski

Results 22 issues of Kamil Dąbrowski

(copied from #29) For such case in Laravel when we create view with arguments, such us: ``` View::make('layouts.index')->with('categories', $categories) ``` have defined `layouts/index.blade.php` like this: ``` My page title @include('partials.menu')

Hey, fine job in there. Do you by aby chance have scaling on your radar? Maybe I could help.

This happens pretty often so I get this bad dude on my screen's bottom right corner: ![image](https://user-images.githubusercontent.com/31058/147826555-0063eb2f-ecbc-448f-9f08-4c134f7bdf92.png) I couldn't find steps to reproduce it but looking at the stack trace...

kind:bug

STR: 1. launch Entity Tracker GUI 2. launch game 3. exit game 4. launch game again ![image](https://cloud.githubusercontent.com/assets/31058/21966013/7ff03c7e-db6b-11e6-9a38-6a0ca6fed0b9.png)

bug

``` Traceback (most recent call last): File "C:\dev\ant_league\backend\lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 369, in run_asgi result = await app(self.scope, self.receive, self.send) File "C:\dev\ant_league\backend\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 59, in __call__ return await self.app(scope, receive, send) File...

`rv-if` going to falsy doesn't destroy elements, it seems to just remove them from DOM and keep in memory. # STR: 1. set `rv-if` to truthy, binder's function should be...

Ho, I would like to disable mouse interaction when custom mouse interaction happens. In the example below I want to drag item out of the list: ![imgui-node-editor-custom-drag](https://user-images.githubusercontent.com/31058/180486364-4341def6-393b-4919-9b9a-0a49d30bbc7a.gif) Node selection should...

# Current state I have a collection of objects, this is working: ```java @LmlAction("blocks") public Array getBlocks() { return level.blocks; } ``` ```xml {element} ``` ```java public class Block {...

question
lml

Hello, I have looked over your port of ODE and I can see that you don't prevent from garbage collection. In [documentation](http://www.zaeschke.com/ode4j/ode4j-doc.html) I can read: `ode4j is in certain cases...

enhancement

PostgreSQL supports arrays as a datatype: https://www.postgresql.org/docs/9.1/arrays.html For instance, a table `blogposts` could contain a column named `tags` which would be of type `text[]`. I want to write a migration...