George Tsiamasiotis

Results 12 issues of George Tsiamasiotis

**Bug description** Linting of a verilog file produces the error _Cannot read property 'logger' of undefined_. As far as I can tell this isn't limited to modelsim, but I only...

bug

#878 was originally meant to work with this change, however #458 which originally provided it was closed after #878 was merged. And so, I'm providing a minimal subset of #458...

I'm trying to create an epub file which has the [belongs-to-collection](https://w3c.github.io/publ-epub-revision/epub32/spec/epub-packages.html#sec-belongs-to-collection) and [group-position](https://w3c.github.io/publ-epub-revision/epub32/spec/epub-packages.html#sec-group-position) metadata attributes, but I can't seem to find a way to do so. First, there is no...

Setting up a simple example project: ```js //... app.set('view engine', 'ejs'); app.set('views', __dirname + '/views'); app.set('layout', __dirname + '/views/layouts/default.ejs'); app.set('layout extractScript', true); app.set('layout extractStyles', true); //... ``` When rendering a...

**Changes:** - Added support for array filters. - Derive `Clone` for `Client` **Notes:** I changed the `with_filter` method to require an `impl Into

The GitBook link is broken: As per the [introduction](https://wiki.freecadweb.org/Manual:Introduction): > Easier to read HTML, PDF, MOBI and EPUB versions are available on [GitBook](https://www.gitbook.com/book/yorikvanhavre/a-freecad-manual/details). The link redirects to a [generic landing...

### Steps to reproduce 1. Open firefox nightly 2. A Toast message pops up with the message "Couldn't change wallpaper" 3. Wait for what feels like an eternity for the...

🐞 bug
eng:qa:verified
eng:qa:needed

I just tried to rebase #909 and CI failed. I tested again with `nightly-2022-09-27` and the tests passed, but the master branch fails `cargo test` with current nightly. Seems some...

bug

The issue with `HidApi::new_without_enumerate()` is that it makes both it and `HidApi::new()` potentially panic, with no way out in library contexts. Instead, on platforms that need it, the same effect...

**This is still very much a work in progress**. Please don't merge just yet. I'm posting the PR now so we can discuss the approach. The code I've added is...