Author: jcianci12
-
Leaflet Types for Angular👩💻
When developing angular applications that use leaflet, you can run into some issues. 💣 Perhaps you are trying to import leaflet like this One of the most common issues (perhaps when developing with later versions of angular which use strict typescript rules by default) is you run into an error where you receive the error:…
-

Multiple selections (multi cursor) in Visual Studio 2022 and VS Code
For a while I thought it was only available in vs code until I found this stackoverflow post! 🥳
-
MVC project running under Windows Server 2012r2 and ASP.NET 4.7 cant use Azure to authenticate anymore IDX20803 [SOLVED]
I logged in one morning to find that users of one of our apps were getting an error authenticating with an MVC site. When I investigated to check if this was a site wide issue, it seemed that anything on the site that was using Azure Identity was failing. The issue seemed to be caused…
-
Neato Mod
Does your neato get stuck? Well look no more! With this attachment I made it raises neato so he doesn’t get stuck under furniture. Sometimes Neato can get confused and error saying please clear my path but generally he figures it all out. I first measured the width and length of neatos top and I…
-
How to add bearer token authentication to NSwag api.
NSwag is a game changer for working with Angular and Net Core, you write your endpoint code, and swashbuckler generates your swagger docs. You can find more info on swashbuckler here: https://docs.microsoft.com/en-us/aspnet/core/tutorials/getting-started-with-swashbuckle?view=aspnetcore-6.0&tabs=visual-studio Where NSwag helps, is that it looks at the swagger document and generates all the typescript code, which includes the models, the functions…
-
We Hire It 🏰
For a long time I have noticed that the hiring is becoming more and more popular. Car hire, holiday house hire, etc. I have run a small hire business in the past hiring jumping castles, ride on mowers, scaffolds, and things I felt people might find useful. I knew there was a lot to manage…
-
Gaggia Classic Low Profile Drip Tray Mod ☕
If you need the STL file to print your own. You can download it free here I needed a little more room under the group head of my Gaggia classic. First I needed to measure up the existing tray and put something together in Fusion360! Then it was onto the slicer. I put it in…
-
#include guards in C++
I was having issues with an ESP32 project. I needed an instance of which was sitting in <wifisetupmanager.h> I needed this in two files – <setup.h> and <endpoints.h>. Ok no big deal, lets add it 👍… not so fast!… When I added: In both files, I received the following error: src/wifisetupmanager.h:9:29: error: redefinition of ‘AsyncWiFiManager…
-
3D Printing a smart doorbell backing plate.
Fusion 360 for the win! Download fusion360 – you can use it for free if you are only using it in a hobby capacity! Draw up you design – There are tutorials online that will help you learn how to do this – be patient, this takes time depending on how complex your project is!…
-
🌍Hosting WordPress Docker behind NGINX reverse proxy
Many examples feature differing variations on this combo, but few seemed to use a wordpress container and a separate NGINX proxy My hosting setup uses a few different websites – some are dot net, some are angular (which is just serving up static files) and some are WordPress I wanted to add WordPress to the…