Thomas

Results 16 comments of Thomas

Same on Linux Mint FireFox 34.0, it didn't work neither

hum there is nothing in the logs :/ By the way I couldn't do @, just ^ and `.

It looks like a browser/jquery bug. Giving $("body").keypress(function(evt){console.log(evt)}) into the console, keypress is never called for ^ or ´ on Firefox Mint but it does for @ (do not try...

Is there any update ? I just had a case where my autoValue was missing on client and it throw an error because I needed them.

@AnthonyAstige I'm using https://github.com/matb33/meteor-collection-hooks, to do it.

I'm interested in Redux and GraphQL too. BTW there is already a thread about Redux : https://github.com/kadirahq/mantra/issues/81

@evanre are errors thrown in events inside promises handled by a promise? Shouldn't we use reject? @rupamking1 `finalise` is already returning promise: https://github.com/archiverjs/node-archiver/blob/master/lib/core.js#L770

I'm not sure if I had exactly the same issue but I modified the webpack config like in the doc and I was able to display any svg using @svgr/webpack:...

@geocine you also can do ``` webpackFinal: async (config, { configType }) => { config.module.rules.unshift({ test: /\.svg$/, use: ['@svgr/webpack', { //custom options, like you do in the webpack config }]...

https://github.com/denoland/fresh/assets/3523710/2c0ee5bb-1a91-43e6-8e36-8e3a6ffe2748 I was able to reproduce the effect with a new project (https://github.com/darkship/fresh-reload-bug) based on fresh 1.6 All I had to do is to add a handler in `index.ts`: ```...