jamauro

Results 30 issues of jamauro

I'm importing a file into my `/client/main.css` like this: ```css @import '../imports/ui/css/ds.css'; ``` `ds.css` is importing several files like this: ```css @import '_minireset.css'; @import '_fonts.css'; @import '_base.css'; /* ...etc */...

Thanks for making this package! Any preliminary thoughts on support for Svelte 5? My guess is that it won't release until early next year but the fine grained reactivity by...

When installing `jam:method`, people continue to see the error below. Reported by `guncebektas` and `janmp` in Meteor forums. Here’s the most recent one: ```js Error: Found multiple packages matching name:...

Type:Bug
Severity:has-workaround

Version: `Meteor 3.0-beta.0` I have a server-only Method that I'm calling, i.e. it has no stub, but I'm seeing this warning in the browser console when I use `Meteor.callAsync`. If...

Currently, `check` throws immediately at the first error encountered. This PR maintains the default behavior and adds an optional flag `{ throwAllErrors: true }` to throw all errors in an...

Project:Docs

Add `exclude` rule `"!./.meteor/local/types"`. Prior to this, intellisense for my package's types wasn't working. From `zodern:types`: "If your tsconfig has exclude configured, make sure the exclude rules do not exclude...

Project:Tool

When throwing a stub error with `Meteor.applyAsync`, I see 3 `Unhandled Promise Rejection` errors in the browser console. This is with `3.0-beta.0` ```js // client const promise = Meteor.applyAsync('test', ['thing'],...

I created a new meteor app with 1. `meteor create --svelte [name]` 2. `meteor update --release 3.0-alpha.19` When I run `meteor node --version`, I get `v14.21.4`. I expected that it...

Type:Bug

Hey, thanks for making this package. I’ve used `easy-search:core` in several projects and really like it. Meteor is undergoing a pretty large update to remove Fibers and move to `async/await`...

feature
pr-welcome

In `eb-engine.log` ``` An error occurred during execution of command [app-deploy] - [StageApplication]. Stop running the command. Error: chown /var/app/staging/programs/server/npm/node_modules/.bin/detect-libc: no such file or directory ``` Has anyone else seen...