josephernest

Results 116 issues of josephernest
trafficstars

Hi @relan, Congratulations for this great project and for making exfat filesystem available on Linux. There might be an unstability issue when using `exfat` + Samba. Here is how to...

Congrats again for this wonderful project. Is there a way to easily add multi-lang for a single document ? Something like : ``` First slide ||| Première diapositive My presentation...

question

First of all, congrats for this wonderful project! Live demo of the issue: (offline) ![image](https://user-images.githubusercontent.com/6168083/73074901-f1376500-3eba-11ea-8e09-e1685cd55803.png) When creating code blocks with 4-space indent... ~~~ This is a block of code: import...

bug
markdown

I have a document of around 50 slides, and I just noticed that with some browsers, the text does not fit in the window/browser viewport, and the bottom text of...

question

If someone likes Yunohost and this project, it would be cool to do a package. https://yunohost.org/#/packaging_apps

enhancement

Because of many malicious utf8 characters such as this one: http://unicode-table.com/fr/200D/ or even things like this in username: `
` (see http://code.cside.com/3rdpage/us/newLine.html) I had to ban everything else than alphanumeric characters...

enhancement

Rough idea: On connect of a new client `ws` : bytesent[ws] = 0 We should do this each time a message is posted by a user `ws` : bytesent[ws] +=...

enhancement

On my server (PHP 5.5.9-1ubuntu4.7) : * adding `tracker.php` at the end of a `index.php` that *doesn't* call [date_default_timezone_set](http://php.net/manual/it/function.date-default-timezone-set.php) results in local-server-timezone for `date` * adding `tracker.php` at the end...

As mentioned [here](http://stackoverflow.com/a/8311400/1422096), we should maybe add this to keep the session on the server (remember me feature): ``` ini_set('session.gc_maxlifetime', ...); session_set_cookie_params(..., ...); session_start(); ```

enhancement

First, what would be a nice UI/UX for time-range selector?

enhancement