Chris Santamaria

Results 12 issues of Chris Santamaria

Not sure if I'm missing something here - requiring standard NPM modules works as expected (such as `const axios = require('axios')`) but any built-in module such as `fs` or `querystring`...

bug

👋 big fan of this project! Has worked surprisingly well for my use case :) Though doing a roughly 1:1 syntax translation is nice, I've found that migrations can often...

👋 big fan of this package! Ran into a subtle issue in my (unconventional) repo structure. ## Problem Consider this highly simplified and somewhat contrived example: ``` . ├── README.md...

Hi 👋 From what I can tell, it looks like images are always reconverted on every Webpack build, including in development when a change to an unrelated asset is made....

## 🐛 Bug Report When adding to a Set with `produce`, the insertion order is not maintained when the original Set contains a draftable object. ## Link to repro See...

bug

Hi 👋 this is a bit of a broad thread and not something I expect to necessarily be addressed - just opening to start a conversation and see if there's...

help wanted
webpack

## Problem 👋 noticed an issue with `@unocss/webpack` and Webpack 5's new [persistent caching](https://webpack.js.org/blog/2020-10-10-webpack-5-release/#persistent-caching) feature. It looks like `@unocss/webpack`'s approach of using loaders to extract code for class parsing can...

bug
help wanted
pr welcome
webpack

👋 big fan of this project! One issue I've run into is invoking functions will `call` where the return type is dependent on arguments passed. For example, an identity function...

### Description Triggering a `GeolocateControl` via a ref on mount fails and logs a warning: > Geolocate control triggered before added to a map This is based on the example...

bug