Anthony Hinsinger
Anthony Hinsinger
@kcbanner up ???? :) please, npm it :D
Hello, you've to call virt.startEventLoop() first to register libvirt event manager with the nodejs event loop. Anthony.
@Hibryda First, use registerEventAsync (the promised version of the function) instead of registerEvent. Then, the libvirt domain acts as a EventEmitter, so you can use something looking like : ```...
Just as a workarround, I added an "intermediate" module into my project containing : ```js import * as Haunted from 'haunted'; export default { useState: Haunted.useState, useContext: Haunted.useContext, createContext: Haunted.createContext,...
Hello, are you sure to have a correct value for cas.baseUrl ? because it is used to validate the ticket, and in your case, it seems to get an error...
You have the exact same trace when using ip address ? Your baseurl looks good. May be a side effect of having cas server on localhost ? (never tried this)...
Thank you @bjconlan ! i'll add a note in the README for the self-signed certificate issue. For the cas bug, i think i will add this part in the meteor...
Hello You PR contain some reference to your id (package name for example). More important, i didn't see any CAS 1.0 support ?
Hello, I suppose the theme file contains a style "custom" tag. A first idea : are you sure your browser hasn't cached music-app.html ? because meteor set the expire to...
May be it's as simple as a browser caching problem. By default, meteor set public files to never expires. So, don't forget to check "disable cache" in the network tab...