This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-29
Channels
- # aws (2)
- # babashka (2)
- # beginners (86)
- # calva (1)
- # cider (17)
- # clojure (46)
- # clojure-conj (1)
- # clojure-nl (1)
- # clojure-uk (6)
- # clojurescript (8)
- # clojutre (2)
- # cursive (3)
- # data-science (1)
- # datascript (5)
- # datomic (1)
- # fulcro (9)
- # funcool (5)
- # jackdaw (1)
- # leiningen (6)
- # pathom (2)
- # re-frame (2)
- # rewrite-clj (2)
- # shadow-cljs (19)
- # spacemacs (12)
- # sql (2)
- # vim (26)
Hi! Has anyone used weavejester/impi
with shadow-cljs? I’m a little lost about the setup of pixi.js
Also something I’m confused about but maybe not related to shadowcljs: impi depends on [weavejester/pixi "4.2.3-0"]
, which I think should be from cljsjs, but why it’s a separate package in clojars? I mean, there’s already a cljsjs/pixi
on clojars, then why do we need another weavejester/pixi?
maybe @weavejester would know? ☝️
I’m having a strange issue where I get Unresolved var p/alet
(https://github.com/funcool/promesa/blob/3.0.0/src/promesa/core.cljc) in one build but in another build where I’m also using that macro there is no warning.
😅 indeed …. wrong branch, that didn’t have the newest version
@thheller any idea why cljs.nodejs.require = require;
would appear in a compiled file when the target is :karma
?
nm i figured it out