Fork me on GitHub
#figwheel
<
2018-11-29
>
gdanov10:11:12

>:ring-handler hello_world.server/handler: If you want to embed a ring handler into the figwheel http-kit server; this is for simple ring servers, if this doesn't work for you just run your own server. Default: Off

benzap15:11:23

Is there a way to just simply allow figwheel to inject code with warnings?

benzap15:11:36

I'm having a ton of issues with false-positives

benzap15:11:12

nvm, found it :load-warninged-code

benzap15:11:46

would be great to have a filter for what warnings will and will not cause compilation to fail. For example, I don't care if a non-public function throws a warning (which I think might be a bug in the latest cljs compiler, the function i'm calling is public)

benzap15:11:05

overall, i'm happy this configuration value exists 😉

hansw16:11:22

hi all... Figwheel is greeting me with

Figwheel Server: Resource not found
Keep on figwheelin'

hansw16:11:41

My app was there just an instant ago...

hansw16:11:37

How do I debug this? there is no output in figwheel_server.log and lein hangs at:

Prompt will show when Figwheel connects to your application
[Rebel readline] Type :repl/help for online help info

hansw16:11:52

^^ which is just before where it gives a prompt. So I have made some programming error, i guess, but I can't see any logging anywhere

hansw16:11:31

At that point, the only way out is a ^C and a restart, which I have seen solving the issue sometimes (as in my app appears again, there is no 404). But not this time 😉

hansw17:11:40

Found my programming error. Still would love for figwheel to give me feedback somehow. So if anyone knows how to turn on debug-logging somehow...