Heyyyyyyyyyy
Thank you. After thinking about it overnight, I realized I asked a wrong question. Your answer still helps greatly and get me more than half way to satiate my curiosity.
Tolerance grade and example objects that require different grade/minimum pi accuracy is what I was looking for.
TIL there is a closer approximation than 22/7
Thank you, I already skimmed through that article before posting. Maybe I failed to put my question into words properly.
I want examples similar to pool/fence circumference in the article. Along the line of “We’re building x, and this is the worst rounding we can go, one fewer digit and it will be off by y”
I would not place my hope on kadokawa doing anything like that. I don’t think they even care about anime industry aside from make money part of it.
TFW girl a 3-in-1 kemono fang midriff and you don’t know which community to post.
Can you explain a bit more about “zooming, different levels of detail” you mention? Maybe break them down to separate issue you are having with the library, what does it do, what do you want that it’s not doing. If there is a way to tweak it then you don’t have to build the component from scratch.
But if you already abandoned the idea of tweaking timeline-js then you can have full control in vue, have to build it yourself though. Start by breaking the functionality of the timeline into separate interaction. From a quick look, timeline-js just make style attribute reactive. Have a box? good. Now put really long div in it with placeholder texture. Can you drag/scroll it? no? grab a suitable function from vueuse and make it scrollable. Follow with markers, zoom, dummy event items, data fetching (the actual width, marker spacing, events placement can be calculated from timestamp in json after this step), lazy loading, styling, animation, so on.
I don’t know how much experience do you have with each things required (html, css, js, vue) so it is a bit difficult to give useful answer.
Events?? TimelineJS3/blob/master/API.md
Not sure what else is available if you want to build the component yourself though.
but note that because TimelineJS’s primary use case is the embedded iframe, some of these methods have not been thoroughly tested.
I think you can replicate most of its function with vue alone, skip all the tedious work with vueuse. Lazy-load with Intersection Observer. Basic events and refs for zoom level.
I would start with putting all entries into a usable format. A CMS will help a lot. Maybe a JSON from your django server containing batch of entries, its timestamp, length, importance, tags, etc. Anything that is required to place entry on the timeline properly in vue.
EDIT:
Have you tried the official tutorial?
For quick overview of frameworks… there is Brad Traversy and Jeff Delaney (Fireship)
Shop around and pick a few to try out then dive down when you finally find a framework you like ¯\_(ツ)_/¯
I mean… if your room have a lot of stuff then it might take a while to find the source, if you aren’t being pranked. But random screws on your desk will never be as horrifying as random maggots on your desk.
Bun no good => ☹️
Don’t have to learn another shiny JS thing => 😀
No. Maybe it flagged dynamic IP as spam or whatever. At this point I don’t really care. Got what I want.
I want to have separated accounts for different sets of project…
Signed up a second account… it got suspended instantly (after I log in with my main). According to ToS, I can’t have more than one account.
Nuh uh, You aren’t the only provider. Headed to Gitlab, no more bs.
Great explanation, thank you.
Bun is designed as a drop-in replacement for Node.js. It natively implements hundreds of Node.js and Web APIs, including
fs
,path
,Buffer
and more.The goal of Bun is to run most of the world’s server-side JavaScript and provide tools to improve performance, reduce complexity, and multiply developer productivity.
If it can replace node and pnpm at the same time then this sounds quite good actually.
EDIT
https://bun.sh/guides/ecosystem/vite
While Vite currently works with Bun, it has not been heavily optimized, nor has Vite been adapted to use Bun’s bundler, module resolver, or transpiler.
https://bun.sh/guides/ecosystem/nuxt
Bun supports Nuxt out of the box. Initialize a Nuxt app with official
nuxi
CLI.
Have not read the novel. I was confused the whole time watching S01.
Our man told bullshit story to his first recruit and now those bullshits are actually true??? Is it mentioned in the novel if the cult exist before or the bullshit itself created the cult? Or it will be reveal later?
By ‘repeat’ you mean continue from last save, right?
Right?
Is this gonna be equivalent of ESLint + Prettier but in one performant package?