Hugo LEHMANN

Results 9 issues of Hugo LEHMANN

### What's wrong? React-hot-loader is now deprecated and using `https://github.com/pmmmwh/react-refresh-webpack-plugin` works with the "fullscreen" rendering but not with the main interface. ### Steps to reproduce 1 - Clone https://github.com/pmmmwh/react-refresh-webpack-plugin/tree/master/examples/wds-kitchen-sink 2...

While compiling with vite we get the following error: ``` SyntaxError: Illegal 'use strict' directive in function with non-simple parameter list in node_modules/localforage/dist/localforage.js(8:1) ``` It seems the bundle doesn't respect...

Hi ! Very nice work ! I am wandering if it is possible to detect when `$ionicHistory.nextViewOptions({disableAnimate: true});` is use to disable native animation.

enhancement

As I understand, there was an issue of data size; that's why the allowed units have been limited. Currently, there is a list of allowed unit identifiers and a possibility...

enhancement
c: numbers
s: comment
new unit

## Problem I have an explicite many-to-many relation (with a compound id) and I want to delete multiple relations. ```prisma model CategoriesOnPosts { post Post @relation(fields: [postId], references: [id]) postId...

kind/feature
team/client
topic: client api
topic: composite ids
topic: findMany()
topic: deleteMany()

Thanks for your angular2-meteor package ! I want to try ionic 2 using the meteor CLI but I don't know how to resgiter ionic/ionic or get de definitions.

I would like to see what are active tasks. Is it possible to save main and params in workers->processing. And eventually get them in pool.stats()

enhancement

I don't know if we can access it today, but I would like to get pool events such as `workerCreated`, `workerDestroy`.

enhancement
help wanted

dropdown should also apply to `select` ``` Select Country Afghanistan ``` with init ``` $('select.dropdown') .dropdown() ; ``` http://semantic-ui.com/collections/form.html#dropdown