-
In preparation of the training days, I am testing how to share / exchange data from one UC to another.
as described in https://fairicube--8.org.readthedocs.build/en/8/guide/storage/#file-storage
…
-
The design and implementation of SerlvetInputStream.readLine has some design and implementation problems.
Firstly it is a strange method to have on a byte input stream, as a "line" may have no meanin…
-
Seems like `msgpack.decode` assumes the encoded data is an instance of ArrayBuffer. Is there a way to unpack a JS string object containing packed data ? For example:
``` js
var packed = "\x81\xA3foo…
-
Hello, I am trying in install the demo on a UIS Managed WebService account and get this screen of errors. As well as the php errors, it look like the settings file is not being installed.
I have been…
-
Hi Guys,
Not sure where else to post/ask this. I am trying to migrate from a MSSQL database to Postgres. The MSSQL server is at host 10.1.10.251, on port 49214. I can connect to this server from…
-
Hello I have an issue with the codejock commandbars control in that under VB6 I can invoke some addiation methods which are unavailbale currently under TB.
I've attached a picture to better describ…
-
Some of the tests may non-deterministically fail. They seem to be more prevalent in non-InfiniBand setups, such as CI.
C++ tests (some are possibly related to https://github.com/rapidsai/ucxx/issue…
-
Hi, this PDF:
https://dl.dropbox.com/s/iwxf52j0nb0z11e/Dropbox%20The%20Inside%20Story.pdf?dl=1
Doesnt seem to scan any of its text with PDFKitten, can't work out why. Renders and searches just fine i…
-
That's it. Just generate C++. Easy right?
TODO:
- [x] variant support
- [x] default static allocator for variable-length array type
- [ ] serialization
- [ ] deserialization
- [ ] documentat…
-
```
Hello!
Can I get unicode data from nvarchar column on Mssql2008 database using pyodbc?
To do this, what does other library or configuration need me?
I use FreeTDS driver to connect with mssql by…