Code Monkey home page Code Monkey logo

polaris-starter's Introduction

Hi there ๐Ÿ‘‹

I like code, StarCraft, Control, swing dancing (lindy hop and collegiate shag are my favorites), coffee, spicy food, and games with friends.

How I manage my screen

When working on a project, I'll have one workspace / vitual desktop that looks like this for each project

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                      โ”‚              โ”‚       โ”‚
โ”‚                      โ”‚              โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚         Editor       โ”‚    Browser   โ”‚       โ”‚
โ”‚                      โ”‚              โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚                      โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค       โ”‚
โ”‚                      โ”‚      |       โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

The smaller empty rectangles are terminals.

And then for chat / discord / slack, it'll look something like this:

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                      โ”‚              โ”‚       โ”‚
โ”‚                      โ”‚              โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚         Browser      โ”‚    Discord   โ”‚       โ”‚
โ”‚                      โ”‚              โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚                      โ”‚              โ”‚       โ”‚
โ”‚                      โ”‚              โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Where all the terminals on the right are temporary for trying stuff out.

Floating window managers (MacOS, Windows) are suboptimal for me. MacOS, in particular, is really bad, and even all the paid tiling software doesn't do what https://i3wm.org/ does

polaris-starter's People

Contributors

danbfield avatar ember-tomster avatar ignacemaes avatar leepfrog avatar nullvoxpopuli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

polaris-starter's Issues

Glint and prettier issues

Just cloned this repo for a play around and found some challenges in vscode and with glint.

The app seems to build and render fine.

  1. All of the .gts files show strange glint errors:
Screenshot 2023-08-22 at 8 04 24 pm Screenshot 2023-08-22 at 8 04 30 pm

Running glint directly (glint --build) results in

error TS6504: File '/Users/snip/polaris-starter/app/app.js' is a JavaScript file. Did you mean to enable the 'allowJs' option?
  The file is in the program because:
    Matched by include pattern 'app/**/*' in '/Users/snip/polaris-starter/tsconfig.json'

  tsconfig.json:20:15
    20   "include": ["app/**/*", "tests/**/*", "types/**/*"]
                     ~~~~~~~~~~
    File is matched by include pattern specified here.

error TS6504: File '/Users/snip/polaris-starter/app/router.js' is a JavaScript file. Did you mean to enable the 'allowJs' option?
  The file is in the program because:
    Matched by include pattern 'app/**/*' in '/Users/snip/polaris-starter/tsconfig.json'

  tsconfig.json:20:15
    20   "include": ["app/**/*", "tests/**/*", "types/**/*"]
                     ~~~~~~~~~~
    File is matched by include pattern specified here.

error TS6504: File '/Users/snip/polaris-starter/tests/helpers/index.js' is a JavaScript file. Did you mean to enable the 'allowJs' option?
  The file is in the program because:
    Matched by include pattern 'tests/**/*' in '/Users/snip/polaris-starter/tsconfig.json'

  tsconfig.json:20:27
    20   "include": ["app/**/*", "tests/**/*", "types/**/*"]
                                 ~~~~~~~~~~~~
    File is matched by include pattern specified here.

error TS6504: File '/Users/snip/polaris-starter/tests/test-helper.js' is a JavaScript file. Did you mean to enable the 'allowJs' option?
  The file is in the program because:
    Matched by include pattern 'tests/**/*' in '/Users/snip/polaris-starter/tsconfig.json'

  tsconfig.json:20:27
    20   "include": ["app/**/*", "tests/**/*", "types/**/*"]
                                 ~~~~~~~~~~~~
    File is matched by include pattern specified here.

app/components/excite.ts:16:131 - error TS1127: Invalid character.

16 export const Excite = ({} as typeof import("@glint/environment-ember-template-imports/-private/dsl")).templateExpression(function(๐šช, ฯ‡: typeof import("@glint/environment-ember-template-imports/-private/dsl")) {
                                                                                                                                     ~~

app/components/excite.ts:16:133 - error TS1138: Parameter declaration expected.

16 export const Excite = ({} as typeof import("@glint/environment-ember-template-imports/-private/dsl")).templateExpression(function(๐šช, ฯ‡: typeof import("@glint/environment-ember-template-imports/-private/dsl")) {
                                                                                                                                       ~

app/components/excite.ts:18:11 - error TS1127: Invalid character.

18     const ๐›„ = ฯ‡.emitElement("div");
             ~~

app/components/excite.ts:18:14 - error TS1134: Variable declaration expected.

18     const ๐›„ = ฯ‡.emitElement("div");
                ~

  1. Prettier for .gts files fail to format in vscode. Maybe a vscode specfic issue, but making a change to welcome.gts and running pnpm lint:prettier:fix leaves the file untouched too.

Error message in code terminal:

Error: Invalid version
    at t.isAboveV3 (/Users/snip/.vscode/extensions/esbenp.prettier-vscode-10.1.0/dist/extension.js:1:24715)
    at t.default.getSelectors (/Users/snip/.vscode/extensions/esbenp.prettier-vscode-10.1.0/dist/extension.js:1:11541)
    at t.default.handleActiveTextEditorChanged (/Users/snip/.vscode/extensions/esbenp.prettier-vscode-10.1.0/dist/extension.js:1:10935)
  1. https://polaris-starter.pages.dev/ seems to result in a 404

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.