LukeMauldin

Results 17 issues of LukeMauldin

I have a package that compiles cleanly using go build that also uses CGO. One of my files (not one that has //+gen tag) has the line `import C` When...

Does the current version of rls support the Code Folding part of the LSP protocol?

See the test case at: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=f84cfa037c87a81de8f2f518ddd1ee60 On line 29, when invoking a function that is supplied by a blanket trait implementation there is no auto-complete, although go to definition does...

Using gitea 1.9.3 which uses xorm for its database operations. Used gitea command line to export SQLite database into .sql file with “mssql” syntax. Running .sql file fails on MSSQL...

kind/bug

Compiler: MSVC 2019 - 16.8.5 x64 Operating system: Windows Server 2019 Build Mode: Release with Debug Info Boost version: 1.74.0 When trying to use boost stacktrace functionality on Windows in...

I have my Emacs (24.3.1) setup with company mode and dabbrev (installed via package manager). If I am editing a normal text file company+dabbrev work together to provide buffer-based auto...

I have a FreeBSD 13 system and I have uploaded my custom certs into /usr/local/share/certs/ca-root-nss.crt which allows OOTB curl to work. However, Rust programs (ex: rustup-init) built using rustls-native-certs do...

Current code in windows.rs only loads certificates from the user store: https://github.com/ctz/rustls-native-certs/blob/main/src/windows.rs#L19 In our use case, we push certificates group Group Policy into the computer store. Would also recommend querying...

# Describe the bug # I have an existing Ceph cluster and an existing Ceph image that was created outside of the CSI process that I would like to mount...

question
component/rbd
component/docs

I have a C function from a vendor supplied library defined like this: `int askName(int id, char **outName);` When generating C binding code with PtrTrips.tips = sref, I get this...