Tom Söderlund

Results 17 issues of Tom Söderlund

Current error: ./node_modules/react-native-ratings/dist/SwipeRating.js Module parse failed: Unexpected token (171:43) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See...

I have a JSON file `landingpages.json` that currently spits out HTML files in the format `dist/[pageName].html` and now I'm trying to use this middleware to produce `dist/[pageName]/index.html`, but can't get...

See TypeScript code here: https://gist.github.com/tomsoderlund/99afdccc711ff8889310190305ee8ae4 If of interest, I can put this in README and create a PR.

When using `html-metadata-parser` in VS Code I get `Metadata.images?: string[] | undefined` whereas `Metadata.images` really is an Array of `{ src: String }` objects. I tried to look in https://github.com/nasa8x/html-metadata-parser/blob/master/src/index.ts...

Seems it's working now? import React from 'react' import { Canvas } from '@react-three/fiber/native' import { OrbitControls } from '@react-three/drei/native' const Plane: React.FC = () => { return ( )...

I'm trying to use `FileUploader` with Remix.js. Selecting files in dialog works fine, but drag and drop submits this to my Remix.js `action`: ``` { size: 0, type: 'application/octet-stream', name:...

It seems this project is all about XBRL for pure financial data? We have started this project for sustainability/CSRD/ESRS: https://github.com/Climate-Action-Agency/esrs-xbrl-parser Please link if you can, maybe we can collaborate!