NesCafe62

Results 9 comments of NesCafe62

I ended up with making my own component, but using yours as a guidance. It seems the desired behavior is too different in my case, and this component sort of...

I created a repo with my solution https://github.com/NesCafe62/vue-SelectAutocomplete, maybe could be useful when you will work on 3rd version. CodePen: https://codepen.io/nescafe62/pen/mdyyQwK. No installation yet. Options list is static yet, no...

For me worked modifying pysc2\env\run_loop.py after line 38 added ` frame_start_time = time.time() ` and after 46: timesteps = env.step(actions) ` time.sleep(max(0, frame_start_time + 1 / 10 - time.time())) `...

Scan javascript file contents and block if some signature spotted like anti-viruses do. But I know it can be bad for performance parsing every script on the page, sometimes they...

I encountered same problem with Eloquent 5.7.17 when updated my fork. Update: I changed `is_callable([$relatedRelation, 'getQualifiedForeignKeyName'])` to `method_exists($relatedRelation, 'getQualifiedForeignKeyName')` (same with 'getOwnerKeyName') and it seems to start working

when I tried some code on demo page I also got ``` Uncaught TypeError: (intermediate value).match is not a function ``` I narrowed down the line which causes it, it...

I installed MyPaint 2.1.0 release today and Ctrl+Z shortcut was not working, after reading this thread I realized the problem (if I switch language to english it starts working. but...

Good that you noticed that problem. Current behavior is if source have N free spots N creeps will take that spots. If there is N+1 creep or more some of...

I can probably make a change to moveTo fucntion to be like this (added line marked with "