-
**Motivation**
Themes depend on Prism producing tokens with specific types (or aliases). Right now, we do not guarantee or document any of those types.
**Description**
Document all standard token…
-
Hi!
I am running into an issue when i try to retrieve a document that contains a key with a BigInteger type value.
The error I am getting is a bit missleading since the document is stored correct…
-
Problem installing pip install uwsgi (2.0.14) on mac 10.14.1 with python version 3.6.5 and pip version 18.1
```
Collecting uWSGI==2.0.14 (from -r requirements.txt (line 153))
Using cached https…
-
```
SELECT testäätötest FROM test
```
is formatted into:
```
SELECT
test ä ä t ö test
FROM
test
```
It seems the characters `ä` and `ö` cause a space to be inserted before and afte…
-
Promote extensible, evolving framework; add support for new query languages—including GraphQL.
More info: https://docs.google.com/document/d/1xIHFWRisQJ27f5Cc4l0djEDx87-f-Oid3356AP74-0k/edit?ts=606…
-
Hello
The network connectivity to our Couchbase servers is extremely slow and unpredictable at times, so I need to be able to change the timeout setting to very high value -- from the command line …
-
This is a proposal to introduce a property which specifies what syntax highlighting rules the editor
should apply for matched files.
``` ini
syntax: name
```
## Examples
``` ini
[*]
synta…
-
Looks like, we can pass anything as instance type, and it is accepting that data and started scaling (And scaling completed in 10-15 seconds while the actual time for Capella to scale is around 25-40 …
-
Currently the only was cbimport/export works is by using JSON in a specific format.
it would be useful to add import of a CSV
for example the dataset from time series indexes:
https://docs.couchbas…
-
TL;DR the issue is because the couchbaseCustomConversions created in CouchbaseDataConfiguration does not have the Enum converters.
@Bean(name = BeanNames.COUCHBASE_CUSTOM_CONVERSIONS)
@Condition…