-
版本:v1.4.3
当这两个插件一起使用的时候,貌似是因为你强制指定poi的读取是`poi`,而不是`poi-ooxml`,导致我插件无法读取xlsx。
经测试:
将你插件的build.gradle.kts
```
dependencies {
api("org.apache.poi:poi:5.2.3") -> api("org.apache.poi:poi-ooxml:5.…
-
Part of #3446
While not being directly suggested in the above meta issue from @roninjin10 this issue is inspired by the write-up and particularly by again looking at the "shocking" graph included …
-
## Proposal
Have a resource that is able to manage Letsencrypt certificates via [ACME v2 API](https://acme-v02.api.letsencrypt.org/directory).
Follows a brief overview of Lestencrypt.
## Protoc…
-
From the version numbers I guessed that this project uses semantic versioning. But this does not seem to be the case as breaking changes (e.g. minimal required versions of external dependencies) are u…
-
Python 3.12 is now released, but it does not work due to pathlib changes:
> /opt/hostedtoolcache/Python/3.12.0-rc.1/x64/lib/python3.12/site-packages/artifactory.py:426: in
> class _Artifactor…
-
Hi,
I'm a maintainer / developer on ROS2 Navigation [1] and was curious about this. I saw you posted on Navigation and in my glancing around I found your blog on it. There's definitely some work to…
-
Bug Report
==========
Seems like there's LOTS of unfinished development within FreeOrion according to the first 1/9th of the build. Here's some of both locations and examples:
```
C:/Users/[user…
-
See https://travis-ci.org/sympy/sympy/builds/280268429.
The docs build one you can ignore (that's https://github.com/sympy/sympy/pull/13352, which should be fixed in the next build). For the others…
-
Running "./touchHLE app.app" returns
"dyld: Symbol not found: __ZTTNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEE
Referenced from: /Users/shark/Desktop/touchHLE_v0.1.0_macOS_x86_64/./touchHLE (wh…
-
```
package main
var p *int
func main() {
*p = 0
}
```
Run with
```
$ ulimit -c unlimited
$ GOTRACEBACK=crash go run test.go
$ ls -l core
```
Go 1.11 and tip generate a ~100MB co…