-
Are there any plans on making this library implement the .NET standard?
Also, has this project stalled and will you accept pull requests?
-
**Describe the bug**
Rails automagically loads Ruby's standard libraries (e.g. SecureRandom), but solargraph-rails does not. This bug is probably related to issue #53
**To Reproduce**
Steps to r…
-
I have a dll (say TestLib.dll) that targets .NET Standard 2.0, which uses System.Data.SqlClient dll (this also targets .NET Standard 2.0).
Now I'm using the TestLib.dll in an application (say TestA…
-
The library team has a guide for the [standard library](https://std-dev-guide.rust-lang.org/). We should consider removing some chapters like https://rustc-dev-guide.rust-lang.org/stability.html from …
rylev updated
2 weeks ago
-
I seem to have messed up my SV Python. After building a fresh SV and running `sv --python`, I get the following error (`lzma` is needed for another module):
```
>>> import lzma
Traceback (most rece…
-
Is there some examples or standard libraries for testing components like wishbone, uart, spi, ... with chisel-testers2 ?
-
I find the `Must*` methods to be fairly misleading. In the standard library a `Must` prefix implies that when the underlying function/method returns an error a runtime panic will be occur. It wasn't u…
-
## cmake example
```
#[[
## version 1: build with src file
cmake_minimum_required(VERSION 3.20) # cmake version
set(CMAKE_CXX_STANDARD 17) # c++ standard
project(CMAKE_TEST) # project name
…
-
The Python standard library has a lot of modules: https://docs.python.org/3/library/index.html, but many of them are rarely used. First we should concentrate on the most commonly used modules, probabl…
-
After a general update today in my Ubuntu 22.04.1, during which both gcc and vscode were updated to 11.3.0 and 1.74.0-insider respectively, vscode stopped finding the standard library include files (\…