Notes about how to fix issues met when trying to run sqlcl from git bash on Windows
Running mintty v2.8.5 on a windows 10 machine.
$ uname -aPostman | API Development Environment https://www.getpostman.com
Insomnia REST Client - https://insomnia.rest/
| Features | Insomnia | Postman | Notes |
|---|---|---|---|
| Create and send HTTP requests | x | x | |
| Authorization header helpers | x | x | Can create "Authorization" header for you for different authentication schemes: Basic, Digest, OAuth, Bearer Token, HAWK, AWS |
| const returnsAPromise = (string) => ( | |
| new Promise((resolve, reject) => { | |
| if (typeof string !== 'string') reject('Not a string!'); | |
| resolve(`String is a resolved promise now: ${string}`); | |
| }) | |
| ); | |
| const myString = "Kait's string"; | |
| let isOurPromiseFinished = false; |
| using Newtonsoft.Json; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Linq; | |
| using System.Security.Cryptography; | |
| using System.Threading.Tasks; | |
| using Microsoft.AspNetCore.Hosting; | |
| using Microsoft.IdentityModel.Tokens; |
| public abstract class CronJobService : IHostedService, IDisposable | |
| { | |
| private System.Timers.Timer _timer; | |
| private readonly CronExpression _expression; | |
| private readonly TimeZoneInfo _timeZoneInfo; | |
| protected CronJobService(string cronExpression, TimeZoneInfo timeZoneInfo) | |
| { | |
| _expression = CronExpression.Parse(cronExpression); | |
| _timeZoneInfo = timeZoneInfo; |
| #!/bin/bash | |
| # | |
| # Automate mysql secure installation for Redhat/CentOS systems | |
| # | |
| # - You can set a password for root accounts. | |
| # - You can remove root accounts that are accessible from outside the local host. | |
| # - You can remove anonymous-user accounts. | |
| # - You can remove the test database (which by default can be accessed by all users, even anonymous users), | |
| # and privileges that permit anyone to access databases with names that start with test_. |
| /** | |
| * Script to parse a Postman backupt to Insomnia keeping the same structure. | |
| * | |
| * It parses: | |
| * - Folders | |
| * - Requests | |
| * - Environments | |
| * | |
| * Notes: Insomnia doesn't accept vars with dots, if you are using you must replace yours URLs manually (see ENVIRONMENTS_EXPORTS). | |
| */ |
Beast Mode is a custom chat mode for VS Code agent that adds an opinionated workflow to the agent, including use of a todo list, extensive internet research capabilities, planning, tool usage instructions and more. Designed to be used with 4.1, although it will work with any model.
Below you will find the Beast Mode prompt in various versions - starting with the most recent - 3.1