vtexier
vtexier
I've solved the problem by modifying function **checkMethod** in **Server.php**. ``` php foreach ($refParams as $arg) { $argName = $arg->getName(); if (array_key_exists($argName, $named)) { $params[] = $named[$argName]; unset($named[$argName]); } else...
Another enhancement proposal is that **input field accepting/requiring an expression should be multi-line.** ;)
Extract from https://docs.zeebe.io/basics/exporters.html#considerations: _Once data is not needed by Zeebe itself anymore, it will query its exporters to know if it can be safely deleted, and if so, will permanently...
Great news and initiative! But I am not using Zeebe anymore in my project. So it will be without me.
My git-bug choose the same color for two labels on a total of three labels!  A silly idea: replace or add to colors a special character...
Milestone feature might be like the tag feature to implement, with the exception that you can have only one milestone on an issue. And may be that you can open/close...
> On second thought, maybe a more appropriate suffix would be `-forced`? Since this PR is labeling translated forced subtitles, and since that's [how they are labeled in the m3u8](https://github.com/yt-dlp/yt-dlp/issues/9242#issuecomment-1952069955)...
Fixed in `autotrader-demo/strategies/macd.py` with : ```python def generate_features(self, data: pd.DataFrame): # fix Finta multi-column bug data.columns = data.columns.get_level_values(0) ```
> I am currently working on version 2 of the library, which will include asyncio support. However, this is likely to take a few more months to complete. Glad to...