Skip to main content

Johan Bové

I want to like Gun DB JavaScript API and coding paradigm, but the method chaining is throwing me off a bit. I understand why it's done that way; so trying hard to get over myself and use it. The docs are great and the tutorials super cool. https://gun.eco/docs/API

Johan Bové

If you want your e-commerce website to actually make you money, don't make Google Tag Manager a requirement in your checkout process. Adblockers and other privacy tools like Duck Duck Go Privacy Essentials block Google Tag Manager and if your JavaScript depends on anything in Google Tag Manager, the sale won't go through. As a shop owner you will lose money.

Johan Bové

Sum of two floats in JavaScript: ``parseFloat(18530.08 + 0.010).toFixed(3)``






Johan Bové

Going to have to start working on that Bangle.js "Magic Eight Ball" app this weekend.

Johan Bové

JavaScript powered watch? Yes please. I just backed Bangle.js: the hackable Smart Watch on @Kickstarter https://www.kickstarter.com/projects/gfw/banglejs-the-hackable-smart-watch?ref=thanks-tweet

Johan Bové

My favorite functions are `_.difference()` and `_.intersection()` - what are yours?

Johan Bové

Great to see that the JavaScript compilation issues in were resolved in the latest version 2.10.1
Piwigo.org
Blog post: https://piwigo.org/forum/viewtopic.php?id=29664
Release notes: https://piwigo.org/release-2.10.1

Johan Bové

Getting started with (HATEOS) and - awesome stuff - very cool how straightforward it is to get resources. Still figuring out how to optimize multiple calls to the API though.

Johan Bové

Learning how to properly use for unit testing in a Vue.js project. The Jest.js documentation is great and vue-test-utils is a super welcome addition to my tool belt. Thanks to all who contributed to making unit testing fun again. https://jestjs.io/en/

Johan Bové

Chrome 72 and are not getting along. Multiple JavaScript console errors related to the "Known" object not being initialized yet. It all still works on Firefox 67. Going to have to do a full re-coding of Known's JavaScript implementation if this project is going to have to keep existing. Also, Content Security Policies and Indieweb don't get along very much yet either...

Johan Bové

Figuring out how to properly instantiate Vee-Validate instances in a cluster of Vue.js components in the most optimal way.

Johan Bové

Remember the days when we would use to put animated messages in the browser's status window?

Johan Bové

Playing with ; Following this to connect a page to a device and read and write commands to it with :
http://www.espruino.com/Web+Bluetooth