![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
github.com/xlab/clipboard
Uses Qt's facilities to store or load text in/out of the clipboard. This branch utilizes qml.Common
to make calls to QClipboard wrapper. This way is a little slower (than master), but code is much cleaner and tends to be safer.
See the requirements of go-qml. If they're met and PKG_CONFIG_PATH
is set:
$ go get gopkg.in/xlab/clipboard.v2
This clipboard package can be used on all platforms that are supported by go-qml. Requires installed gopkg.in/qml.v1
package (N.B. clipboard.v1
depends on qml.v0
respectively).
The package atotto/clipboard might be incompatible with go-qml machinery, see progress on Issue #26.
This package utilizes CGO and qml.Common
in order to use QApplication::clipboard
. Also the benchmarks are better:
BenchmarkReadAll 200000 9770 ns/op
BenchmarkWriteAll 10000 185354 ns/op
ok github.com/xlab/clipboard.v2 5.079s
BenchmarkReadAll 100 20067708 ns/op
BenchmarkWriteAll 100 19592142 ns/op
ok github.com/atotto/clipboard 4.119s
License is MIT.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.