Steve Kelly

Results 107 issues of Steve Kelly

It is no longer supported, and may be a bit-rot dep as time goes on.

This improves the ability to override the cflags(), ldflags(), etc. Used during the build process. One may want to override these flags for example to add hardening options during compile...

**Describe the bug** Beginning in version 1.57.0 semgrep began to detect GitHub Actions workflow files. This is problematic because we use submodules to stack gradually more restrictive rules on top...

documentation
feature:ignore

When https://github.com/plotly/Dash.jl/pull/195 is merged it should be possible to write an extension such that some common Types have trivial component methods: ```julia df = DataFrame(data) app = dash() app.layout =...

This adds support for Nvidia RDMA to allow for PCIe P2P transfers between the a LiteX device and a Nvidia GPU. The basic API is documented here: https://docs.nvidia.com/cuda/gpudirect-rdma/index.html This has...

This should be mentioned here. Added in: https://github.com/JuliaLang/Pkg.jl/pull/3579

This is a simple version bump, but the dependencies list is quite old at this point. Is there a good way to update the dependency `compat`s automatically?

As mentioned in: https://github.com/JuliaIO/TranscodingStreams.jl/pull/164 There are two implementations of `copydata!` used in [`Base.unsafe_read`](https://github.com/JuliaIO/TranscodingStreams.jl/blob/28d6845afff35b77819edf2046eb7330fe675f92/src/noop.jl#L92) and [`Base.readuntil`](https://github.com/JuliaIO/TranscodingStreams.jl/blob/28d6845afff35b77819edf2046eb7330fe675f92/src/stream.jl#L344). There may be a lurking bug with unclear ownership as well (regarding `GC.@preserve`). This scenario...

For some debugging and use cases this may be optional. For example, a user may prefer to use logrotate provided by the system.