Benoît Guchet

Results 13 issues of Benoît Guchet

Not sure if is a bug or a enchancement to be made. CMD-clicking on macros calls doesn't navigate to the corresponding macro declaration. Quite strange as macros has autocompletion, so...

fixed

getRepository() currently only support direct calls to `ManagerRegistry::getRepository` or `ObjectManager::getRepository`. This PR supports other methods - typically shortcuts in Controllers - as soon as they use `ObjectRepository` or a child...

Having troubles to make paths like "`{% extends "base.html.twig" %}`" followables (path not found), I tried to add "" as a Twig path - or something like that, cannot reproduce...

todo

Hi, When you add a `simpleAjaxUploader` in a scrollable block (ex : scrollable table with uploads on each row), `inputs` are added in the body in absolute position. But that...

See https://github.com/LPology/Simple-Ajax-Uploader/issues/207

I'm setting `allowedExtensions` to `['jpg', 'png']` but all formats are allowed, and no error message appears. Maybe I'm missing something?

When you use for instance Jquery UI to make a file list to be droppable (for something else than a file), a messages error occurs: > Cannot read property 'types'...

Hi, When you put "{args:{name: 'test', address: 'test'}}" as "data" argument, it is sent as "{args:'Object [object]'}". Also, writing a query string in "data" could be an alternative, but it...

Required `rtmidi-python` is a 2014 library. Therefore, it's not working anymore with Python >= 3.9 (https://stackoverflow.com/questions/71410788/pip-failed-building-wheel-for-rtmidi-python-subprocess-exited-with-error-and-le). Problem is current Python version is 3.12, and even Raspberry Pi OS legacy version...

I'm having a very strange problem, which I managed to reduce as much as possible like this: ```python import sounddevice import time class SamplerBox: def __init__(self): self.samples = {} def...