Micha Ober
Micha Ober
I'm using ```php $formatter = new LineFormatter(); $formatter->includeStacktraces(true); ``` For PHP errors (like call to undefined functions) as well as Exceptions, stack traces are now included in the log. But...
The Shell comes with a Xilinx XDMA core that is currently only used for interrupt handling. It would be interesting to have support for DMA transfers using the XDMA core...
I would like to use Tapasco like this: ``` vvvvvvvvvvvvvvvv tapasco --verbose --maxThreads 2 --skipEvaluation \ --kernelDir ../toolflow/examples/kernel-examples/ \ compose [arrayinit x 128] @ 100 MHz --platforms aws --deleteProjects false...
jQuery 3.6.4 with Migrate 3.4.1 gives the following warning: > MIGRATE: jQuery.type is deprecated in: ```javascript if ($.type(opts) === 'string' && $.powerTip[opts]) { ``` This seems to be the only...
**In what version(s) of Spring AMQP are you seeing this issue?** Tested with 2.4.3 and 2.4.8 **Describe the bug** We have a Spring Boot application that uses a `PooledChannelConnectionFactory` and...
This statement: ``` {if $r@total is odd by 2} ``` is compiled to: ```php if ((1 & $_smarty_tpl->tpl_vars['r']->total / 2)) { ``` which produces the warning: > E_DEPRECATED: Implicit conversion...
Hi, I'm using Linux Mint 18 Sarah. I'm also using the Xilinx Vivado IDE, which looks like this after installing Infinality. Note that the IDE comes with its own JRE....
I'm actively using this library and interested in further improving it - see my open PRs: https://github.com/gbirke/rememberme/pulls/m-ober @gbirke, are you still interested in maintaining it? If not, I would be...
The column `$expiresColumn` stores the expiry timestamp, which is calculated like: `$expire = time() + $this->expireTime`. OTOH, the code to clean the expired tokens looks like this: ```php if ($this->cleanExpiredTokensOnLogin)...
Allow submitting a list of Steam IDs per team and force players to C/CT and team A/B according to this list. This should help with players joining the right team...