Chris Laplante

Results 6 issues of Chris Laplante

In my application, there are certain errors that are mundane enough that I don't really need a backtrace. But I still want to be able to propagate the error using...

I have a use-case where I need to evaluate some code and set args. It would be possible by exposing [`PyEval_EvalCodeEx`](https://docs.python.org/3/c-api/veryhigh.html#c.PyEval_EvalCodeEx) e.g. as a `Python::run_ex` method. Or perhaps call it...

enhancement

## Summary I noticed that when using `py_compile!`, Cargo doesn't recompile my application when the referenced Python file changes. I think that `py_compile!` should emit a call to `include_bytes!` so...

C-bug

Thanks to https://github.com/go-git/go-git/issues/530, act will spam the console/log with a billion warnings like this: WARN[0000] unable to get git repo: branch config: invalid merge when a GitHub PR branch is...

size/S
conflict

Please re-test the example found here: https://github.com/Xilinx/embeddedsw/blob/master/ThirdParty/bsp/freertos10_xilinx/examples/freertos_intr_example.c. It doesn't work, and I'm not the first to notice: https://forum.digilent.com/topic/24684-zynq-ultrascale-example-with-freertos-using-interrupts-on-a-uart-or-other-interrupt-source/ All my TTCs are enabled in Vivado. The baremetal example (https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/ttcps/examples/xttcps_intr_example.c) _does_...

We are using the chromium-ozone-wayland recipe and running chromium with this command: `chromium --no-sandbox` All forms of hardware acceleration seem to be disabled. Here is the chrome://gpu report: > Graphics...