Fork me on GitHub
#cursive
<
2016-12-05
>
yonatanel09:12:19

I get this a lot: Access is allowed from event dispatch thread only

imre09:12:06

@yonatanel I also get that often these days when I click on the generate stubs banner for datomic

cfleming10:12:55

@yonatanel @imre Do you have a stacktrace for that? It’s probably a new check in 2016.3.

imre10:12:16

I've submitted a few error reports with the built in dialog

cfleming10:12:25

Ok, thanks, I’ll look for them.

imre10:12:45

btw the ns reloading issue seems to be persisting

imre10:12:03

not sure how to produce a stack trace

imre10:12:15

but I'll try to get a minimal working example up

andre10:12:07

hi, do you have any info about resolve def macro in cljs in latest cursive and idea?

andre10:12:25

doesn't work for me 😞

cfleming10:12:50

@andre Can you send a screenshot of what you’re trying to do?

andre10:12:56

it works at work in 14.1.3

andre10:12:26

but at home in latest versions i have the same behaviour but color-input cant be resolved

yonatanel10:12:36

@cfleming I also submitted a few days ago

cfleming10:12:40

Ok, so what’s happening is that that menu is a little confusing. You don’t want the submenu to the right, you want to select the “Resolve re-frisk.core/def-view” with enter.

cfleming10:12:07

FWIW that also confuses me on a regular basis.

andre10:12:21

JetBrains are you serious? 🙂

cfleming10:12:27

I think I do it like 50% of the time when trying to configure indentation

andre10:12:08

thank you

yonatanel12:12:34

Does anyone here works with figwheel and if so, how do you integrate with cursive? I'm running it in nREPL with lein instead of clojure.main which seems recommended. Am I missing something?

andre13:12:05

i'm running using figwheel-sidecar and clj script with clojure.main

dhruv13:12:00

hey col - not strictly cursive related, but have you considered minifying/optimising/cdn'ing the content on http://cursive-ide.com? i'm your neighbour (aus - 100mb down) and it takes a good 7 seconds to load most pages on the site. this is particularly evident on /userguide/ i know you're busy kicking ass on the plugin itself, so yell out if i can offer a hand on site optimisation!

cfleming22:12:49

@drhuv Yeah, I need to do a pass optimising the userguide - I did on the landing page a while back, but it could probably be trimmed some more. Some of the images on the userguide are pretty big because of the animations.

cfleming22:12:08

I’d like to CDN them, but then it’s hard to use my EV cert without it getting expensive.

cfleming22:12:34

IIRC CloudFront only allows custom certs in their 600/month plan.

cfleming22:12:50

Although I haven’t looked for a while.

cfleming22:12:13

Whoops, that should be @dhruv ^^

shaun-mahood23:12:30

@cfleming: If you haven't looked at it, CloudFlare looks pretty reasonable cost wise - good info at https://www.troyhunt.com/cloudflare-ssl-and-unhealthy-security-absolutism/ and https://www.troyhunt.com/should-you-care-about-the-quality-of-your-neighbours-on-a-san-certificate/ if you want to look further into whether it makes sense.

cfleming23:12:39

@shaun-mahood Thanks, I’ll take a look.