Fabio Rotondo
Fabio Rotondo
Same problem here too
I had the same problem on Ubuntu 20.04 I fixed this with the following changes: 1. edit "/etc/systemd/system/multi-user.target.wants/arangodb3.service" 2. change line: `Environment=GLIBCXX_FORCE_NEW=1` with `Environment=GLIBCXX_FORCE_NEW=1 LANG=C.UTF-8 ` 3. exit 4. `systemctl...
@Simran-B This is the content of LANGUAGE file ``` /var/lib/arangodb3# cat LANGUAGE {"default":""} ``` As you can see, it is empty. Could it be a bug in the installation script?...
@Simran-B Ubuntu version: ``` root@n01:~# cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS" ``` This is the install process (from bash history) ``` 428 curl -OL https://download.arangodb.com/arangodb37/DEBIAN/Release.key 429 sudo apt-key...
@Simran-B sorry for late answer. Here is my output: ``` root@n01:~# cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS" root@n01:~# locale LANG=C.UTF-8 LANGUAGE= LC_CTYPE="C.UTF-8" LC_NUMERIC=C.UTF-8 LC_TIME=C.UTF-8 LC_COLLATE="C.UTF-8" LC_MONETARY=C.UTF-8 LC_MESSAGES="C.UTF-8" LC_PAPER=C.UTF-8...
This works for me with latest version of react-sortable-tree. I have added `isVirtualized={false}` ```TypeScript import React, { useEffect, useState } from 'react'; import dynamic from 'next/dynamic'; const SortableTree = dynamic(...
godot 4.0 beta 8, the same error on Linux
Please, expose also `on:keyup` and `on:keypress` because I'd like to filter user keys before them being added to the input box / search filter
Hello @dummdidumm Yes, I am more than happy to provide a failing test, but to reproduce it I need to add a lot context (I can rework my component to...
Ok, so I have created the smallest Svelte Kit project possible. As a side note: it does not work with `next.120` either. You can find the project here: [svelte5test.tar.gz](https://github.com/sveltejs/svelte/files/15174171/svelte5test.tar.gz) Steps...