Skip to content

Instantly share code, notes, and snippets.

View spigelli's full-sized avatar
👩‍💻
code

Isaac Spiegel spigelli

👩‍💻
code
View GitHub Profile

Todo 11-27-23

Before 5pm

  • Dark Load 1 Wash
  • Dark Load 1 Dry
  • Dark Load 2 Wash
  • Dark Load 2 Dry
  • Schedule Advising Appointment
  • Fix the bluetooth drivers on PC dongle
@spigelli
spigelli / todo-11-14-23.md
Last active November 14, 2023 17:01
todo-11-14-23.md

Todo 11-14-23

  • Schedule Genius Bar Appt
  • Schedule Cold Storage Lofts
  • Schedule doctors appointment
  • Look into UMKC
  • Apply to jobs (indeed)
  • Update indeed resume
@spigelli
spigelli / rachel-erin-pre-discovery-questions.md
Last active October 12, 2023 22:41
Rachel Erin Pre-Discovery Questions

Rachel Erin Pre-Discovery Questions

Scope

Product Information:

  • How many different products do you plan to sell?
  • Do these products fall into different categories? If so, how many categories are there?
  • What aspects of your online store would you like to be able to manage directly

Trip to Elk City

Campsites

Lazy Days - Elk River Campground

$15 per person per night

Float rental required

@spigelli
spigelli / panda-styles-api.md
Last active July 26, 2023 15:18
cool styles

Advanced Style Behavior in PandaCSS

We desire a single source of truth for the styles of each component. This becomes complex when we want to support:

  • Overriding styles of any element rendered by the component
  • Responsive styles
  • Variants

Mantime is able to achieve this by leveraging a custom createStyles function

Offline Apps

Edge PG with neon is awesome. But I feel like there's still a some holes in the edge/ts/nextjs ecosystem broadly when it comes to data and offline apps. Basically

  • Offline through periodic polling

    Periodically pushing a list of changes and pulling a list of changes

  • Offline/collaborative through subscriptions

    Through a long lived connection

And I think the former is an issue maybe drizzle could have some stake in.

@spigelli
spigelli / ors-swagger-2.json
Created November 24, 2022 00:29
Open Routing Service Swagger 2.0 Specification
This file has been truncated, but you can view the full file.
{
"swagger": "2.0",
"info": {
"description": "This is the openrouteservice API V2 documentation for ORS Core-Version `6.8.0`. Documentations for [older Core-Versions](https:\/\/github.com\/GIScience\/openrouteservice-docs\/releases) can be rendered with the [Swagger-Editor](https:\/\/editor.swagger.io\/).",
"title": "Openrouteservice",
"contact": {
"email": "enquiry@openrouteservice.heigit.org"
},
"license": {
"name": "MIT",
@spigelli
spigelli / ors-oas-3.yml
Created November 24, 2022 00:28
Open routing service Open API Specification
This file has been truncated, but you can view the full file.
openapi: 3.0.1
info:
title: Openrouteservice
description: This is the openrouteservice API V2 documentation for ORS Core-Version
`6.8.0`. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases)
can be rendered with the [Swagger-Editor](https://editor.swagger.io/).
contact:
email: enquiry@openrouteservice.heigit.org
license:
name: MIT
@spigelli
spigelli / gh_dracula_fix.css
Created June 19, 2021 20:35
Refined Github Dracula Style Fix
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');
html, body, pre, code, .blob-code, .blob-code-marker, .blob-code-inner, .blob-num {
font-family: 'Ubuntu Mono', monospace !important;
}
.blob-code-inner {
font-size: 14px !important;
}
.hx_page-header-bg {