Sam Hulick

Results 75 issues of Sam Hulick

I just wanted to point out that the solar feature seems quite broken. Maybe something in the code is out of date with how the latest macOS versions handle this?...

#### Description of changes Added missing `interpolated` property to `Place` type. #### Issue #, if available #### Description of how you validated changes #### Checklist - [X] PR description included...

external-contributor

### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [X]...

bug
Storage
V5

### Expected Behavior I've set up the CLI for local use, according to the instructions. commitlint.config.js ```js /* eslint-disable no-undef */ // import type { UserConfig } from '@commitlint/types'; //...

feature

This is my JSON: ```json [ { "fileName": "Day.jpg", "isPrimary": true, "isForLight": true, "time": "2023-12-30T15:00:00Z" }, { "fileName": "Evening.jpg", "isForDark": true, "time": "2023-12-31T01:00:00Z" }, { "fileName": "Night.jpg", "time": "2023-12-31T07:00:00Z" },...

Just wanted to point out, when making a solar wallpaper, it seems like macOS expects image index 0 to be light, and index 1 to be dark. Doesn't matter if...

I'm trying to get this extension working, to no avail. My setup: - Vue 3 (TypeScript) - Vuetify 3 - Volar (takeover mode) I even added this to my settings:...

Reproduction here: https://stackblitz.com/edit/vue-udpcdk?file=src%2FApp.vue,src%2Fcomponents%2FBrokenList.vue,src%2Fcomponents%2FWorkingList.vue https://stackblitz.com/edit/vue-udpcdk?file=src%2FApp.vue,src%2Fcomponents%2FBrokenList.vue,src%2Fcomponents%2FWorkingList.vue Top list is vue3-smooth-dnd, bottom list is regular smooth-dnd. Note that if you drag an item outside the top list, it acts like it's going to...

If I remove a collection by running `db.the_collection.drop()` in Mongo, and remove the declaration itself: ``` TheCollection = new Mongo.Collection('the_collection'); ``` Houston still shows the collection, even after a server...

Background color was wrong, for some reason. Corrected this (set to #002b36).