Maxime Lévesque

Results 23 issues of Maxime Lévesque

I am using this stylesheet to display bed tracks : https://www.biodalliance.org/stylesheets/gencode.xml The rows in the bed tracks have colors that are not honored by the browser, I suspect that the...

Hi, is it possible to have the dalliance ajust it's height based on the displayed tracks ?

This allows for overriding Uglify's strict_semicolons option : app.use(require('express-uglify').middleware({ src: __dirname + '/public', strict_semicolons: false }));

Header Colums become wider when table header sticky mode is fired The bug only happens on Firefox (version 54.0 Linux), it works correctly in Chrome. Here's a screenshoot : ![image](https://user-images.githubusercontent.com/192660/28681628-2302735c-72c8-11e7-909c-7595684d287f.png)...

I run this : ` ngxtop --no-follow -i 'upstream_response_time >=2' print upstream_response_time request ` and all rows are returned. the -i filter has no effect. nginx configuration file: /etc/nginx/nginx.conf access...

### Use case a REST api has requests like : /x/y/2da625ba-1199-4e9f-96d9-c80394981952 /x/y/5d46145c-4399-3f4a-fdaa-a40f94934534 ngxtop will consider them as two distinct request. If I could invoke ngxtop wit a regex that "detects"...

I get an encoding/decoding error when running this example without changes: https://pynacl.readthedocs.io/en/latest/signing/#id1 The version of python is 3.7.4 The stack trace is: ``` Traceback (most recent call last): File "/home/vagrant/.pycharm_helpers/pydev/pydevd.py",...

Stack traces are most useful when they show the call sequence that led to the exception. Stack traces of Errors thrown by bad transactions submited by **StellarSdk.Server.submitTransaction** show the sequence...

msd-elastic allows setting the text area's row attribute with a constant. ex: this works: but not this : scope.rows = 5 in the later case, the rows attribute is ignored

I have the followin test routes, the first sets a cookie, the second retrieves it. ``` server.get('/t2/:z', (req, res) => { req.session = {v: req.params.z} res.send(req.session) }) server.get('/t3', (req, res)...