-
Quoth the LangRef:
```
In general vector elements are laid out in memory in the same way as array types. Such an analogy works fine as long as the vector elements are byte sized. However, when the…
-
If the source contains Unicode symbols like `⊤` in the example below:
```agda
module A where
data ⊤ : Set where
tt : {! !}
```
The language server would crash with the following log out…
-
こんにちは
text-objectsの`i)`の挙動がよくわからなかったので質問させてください。
text-objectsの`i)`の挙動が、`cpoptions`の`M`の指定有無で変わり、
この挙動が仕様なのかどうかがhelpを見た限りではわかりませんでした。
試したサンプルを以下に記載します。
``` vim
" いずれもhogeのhの位置でvi)した。^^^は選択された部分。
"…
deris updated
9 years ago
-
On some platforms, `sparse.linalg.gcrotmk` emits a
```
scipy/sparse/linalg/_isolve/_gcrotmk.py:131: in _fgmres
alpha = 1/hcur[-1]
E RuntimeWarning: invalid value encountered in cdouble_sc…
ev-br updated
11 months ago
-
Issue #8539 was raised against 1.1.1 but still reproducible with 3.1.1 (and I think, newer versions)
Code:
```
/*
* Certificate request creation. Demonstrates some request related
* operatio…
-
# Bug report
### Bug description:
Running `python3 ./make_ssl_certs.py` in `Lib/test/certdata` with openssl 3.2.2 fails:
```
creating cert for localhost
Ignoring -days without -x509; not generating…
-
There should be a publisher ready for it if I'm not mistaken. Need to check to see if it works properly. If not, will fix it or make a new one.
-
Here is the error I get
```
[ 95%] Building CXX object python/PyAbcOpenGL/CMakeFiles/alembicglmodule.dir/main.cpp.o
cd /Users/sam/dev/alembic/python/PyAbcOpenGL && /usr/bin/c++ -DPLATFORM=DARWIN -D…
-
After reading [a blog entry about X.509 nameConstraints extension](https://www.sysadmins.lv/blog-en/x509-name-constraints-certificate-extension-all-you-should-know.aspx) it occured to me that the impl…
-
Hi all,
Looking to run the examples and obviously need to generate a cert, but getting:
```
./generate-certificate.sh
Generate root CA key
Generate root CA certificate
Generate server key
…