Blakelock Brown

Results 12 comments of Blakelock Brown

@basickarl a slightly better hack so you don't need to inject an extra script tag in your HTML :) ```js app.get('/', function(req,res) { res.send(browserRefresh('index.html')); }); function browserRefresh(filePath) { var html...

Were you able to get CSS working? Couldn't figure that out yet

@ghun131 Yes it refreshes after you press Ctrl + S. One way to check if this is working, start by doing ```console.log(process.env.BROWSER_REFRESH_URL)``` inside of node and make sure the url...

Sounds like your node setup is wrong, you're not rendering the file with marko or lasso

Can you please remove the comments from `Encryption.cpp`?

Is this actually a HackerRank problem?

Not sure if anyone here is using Nextjs, but I'm having the same issue where it can't find the `util` module. When I comment out the line, or add a...

+1 even a simple example of how to submit a Plutus transaction using this library would help a lot 🙏

> > What's strange is that the error seems to come & go every few days. I'll go 5 days without being able to use Nami, then 3 days it's...

Just curious, did any of you manage to find solutions to using this plugin with large datasets? I'm almost thinking Angular itself isn't meant to handle this. I mean, the...