Max Malm

Results 27 issues of Max Malm

Hi! Trying this plugin, looks what I need. But I get this error: ``` 0924.06 -!- Irssi: Error in script ws: 0924.06 Can't locate object method "paths" via package "Mojolicious::Static"...

Do you have any example on how to test components with images? Without doing anything special I get this ``` > mocha --require react-native-mock/mock.js --compilers js:babel-register --recursive test/*.js /Users/xx/dev/xxx/react-native-xxi/node_modules/babel-core/lib/transformation/file/index.js:556 throw...

Would it be possible to have some rule that StyleSheet.create-variables can be used before defined? If I understand correctly that is the best practice and that collides with `no-use-before-define`

Hello! I'm trying to use this package for my SvelteKit app. I'm using `@sveltejs/kit 1.0.0-next.132`. I've copied your `src/routes/api/auth/[...auth].ts` and `src/routes/login.svelte` files. After clicking "Login with Google" I'm sent to...

Can't access micromono.io

502 bad gateway

```html Docs window.onload = function() { function fetcher(query) { return fetch('http://localhost:3000/graphql', { method: 'POST', headers: { Accept: 'application/json', 'Content-Type': 'application/json', }, body: JSON.stringify({ query: query, }), }).then(function(r) { return r.json();...

I'm trying to run juice.juiceResources on the url `https://www.adlibris.com/se/bok/happy-food-20-om-hur-maltiden-och-lyckan-hanger-ihop-9789188745040` But I'm getting this error: ``` Error: The file /var/pricefinder/https:/s3.adlibris.com/dist/41cf43d50b259cd5c6202cd2bff95eb651046e00/dist/41cf43d50b259cd5c6202cd2bff95eb651046e00/material-icons.ttf was not found! ``` > **note:** the single slash after `https:`...