Tyler Denniston

Results 10 issues of Tyler Denniston

If we want to e.g. push down SQL `limit` clauses, it would be helpful to add an API such as `tiledb_query_set_max_result_cells()` or similar.

C API
API Addition

As discussed here: http://ubuntuforums.org/showthread.php?t=2274570 File globbing is considered one of the main benefits of shell scripts versus other scripting languages. Bish should support globbing as a first-class feature. Example of...

Should be able to do e.g. `ls | grep foo` in bish.

Bash supports lots of string manipulation: http://tldp.org/LDP/abs/html/string-manipulation.html Bish should unify the functionality covered in that page and provide a saner syntax.

Currently, the following bish script: ``` for (i in 0 .. 10) { print("$i "); } ``` will print all numbers from 0 to 10, inclusive. The usual behavior of...

The maximum number of parts for an S3 multipart upload is 10,000: https://docs.aws.amazon.com/AmazonS3/latest/dev/qfacts.html For large VFS write operations it's possible we will generate more than 10,000 parts. We should either...

bug
s3

### Describe the bug This is probably specific to the Go CDK bindings, or it is also possible I am misunderstanding the use of the lazy string mechanism. When I...

bug
language/dotnet
language/python
language/go
p1
package/tools
jsii

We've observed `SlowDown` S3 errors when issuing many simultaneous read queries on large arrays, e.g.: ``` what(): [TileDB::S3] Error: Cannot retrieve S3 object size; Error while listing file s3://tiledb-arrays/array-a/__56761709d992432098cb9b18c516fc8f_1553215612527/__fragment_metadata.tdb" Exception:...

s3

This adds a new public API, `GoogleFontsLoader`, and a corresponding new instance field `fontLoader` in the global `GoogleFonts.config` class. The new API allows users to hook the loading of fonts...

Add free diagramming app Vexlio to the Online Editors section, which supports LaTeX equations natively with live preview, high-quality exports, etc. There are paid add-ons but the base app, including...