@DuckDuckGo I think there is something wrong with the filters. When I have "moderate" on, I get nothing when searching. When I turn it off, my searches work.
@react_devv You could even do this
<Maybe show={isLoading} component={Loading}/>
<Maybe show={isError} component={Error}/>
<Maybe show={results} component={() => <Results {...this.state}/>}/>
@meyerweb@TheLarkInn@import I don't really know what I mean yet. I'm trying to think of a solution which can do what I think that I want...
export class heading extends h1 {
font: {
size: 10rem;
family: Helvetica;
weight: bold;
};
}
Something something eureka.
@TheLarkInn@meyerweb What could make it nicer would be an isolated container where we can import styles from other files and ensure there are no collisions. The cascade and global namespace are basically a recipe for collisions... And that's bad for traffic management, but good for simplicity.
Spent yesterday refactoring the types for my router to get those tabs to work. Part of this meant learning a bit more about generics (which is okay, the type safety is nice). At the same time, working on my syntax theme.
#typescript#javascript#todolist#ux
@rtfeldman It is a really interesting question. Since naming things is such a difficult problem for programmers, I like static types. Makes renaming things easy.
@kentcdodds It’s “tongue-js”, features that make it nicer for me is the ability to have nested filters, “{{ upperCase {{ localeString }} }}” or “{{ pluralize {{ qty }} {{ cat }} {{ cats }} }}” etc.
I worked too long today. But, on the bright side my todo app is coming along nicely. Added tags. The next step is adding a feature called buckets, which is a smart list. It will filter based on tags and attributes.
This is the sketch so far. I wanted it to be more funny. I thought a bit more about after work and came up with this. @safetywingcom
#cartoons#illustration#birds