Mathieu Paquette

Results 24 issues of Mathieu Paquette

I'm trying to restore a specific image with the full url i.e. http://localhost:8080/demo/ng/#&gid=1&pid=5 and it doesn't seems to work with the v0.2.0. Is it currently supported or a I need...

Instead of having all projects spreaded in multi repositories, can we think about a more modern development paradigm like monorepo using Nx workspace?

Hi guys, trying to achieve the search by category as we have on the Semantic UI demo page: https://semantic-ui.com/modules/search.html. I can't figure it out if its possible because the optionsLookup...

type: question
comp: search

**Current behavior** I'm looking for a clean way to change the close behavior in headers and tabs. I tried a bunch different ways like listening for 'close' and 'beforeItemDestroyed' events...

Python is very popular these days and having the examples translated in would be useful for many. The task is to translate these examples: https://github.com/mathpaquette/IQFeed.CSharpApiClient/tree/master/src/IQFeed.CSharpApiClient.Examples We can merge them one...

help wanted
good first issue

help wanted

- [X] I have searched issues for similar feature requests ## What is this feature about (1 sentence) As a monorepo developer, I want to have an overview of all...

feature

I'd like to use a angular-once with scope parameters. Suppose I need to pass some value to my directives: ``` app.directive('directiveOne', function() { return { scope: { value: '@' },...