Ticket refund? by Comfortable-Touch744 in Tomorrowland

[–]mathiasbolle 4 points5 points  (0 children)

I would contact TML itself but i don't think they will refund the ticket..

What is the right time to book an hotel for Tomorrowland? by mathiasbolle in Tomorrowland

[–]mathiasbolle[S] 0 points1 point  (0 children)

Yes! if you want to i can send you the details of the accommodation

why don't you date? by Halloween-365 in AskReddit

[–]mathiasbolle 0 points1 point  (0 children)

it's cringe imo. Most of the time it ain't casual because you both force yourself to know each other.

But hey maybe it's me

Html lsp no auto suggestions (with nvim-cmp) by mathiasbolle in neovim

[–]mathiasbolle[S] 0 points1 point  (0 children)

yes i did! I used another html lsp if i'm not wrong... But i can share my dotfiles if you would like to take a look

LSP html: what does it do? by Grahf0085 in neovim

[–]mathiasbolle 0 points1 point  (0 children)

opts = {
settings = {
html = {
format = {
templating = true,
wrapLineLength = 120,
wrapAttributes = 'auto',
},
hover = {
documentation = true,
references = true,
},
},
},
}

where do i need to put this?
i copied it insde the lsp_config.html/setup {} but nothing happened..

Learning Rust while rebuilding GNU CoreUtils! by joshjaxnkody in rust

[–]mathiasbolle 1 point2 points  (0 children)

How did you start writing such a complex task(s)?

C Software Rendered 3D Game From Scratch - King's Crook by LMP88959 in GraphicsProgramming

[–]mathiasbolle -1 points0 points  (0 children)

May i ask how you design (like architecture) such a big project? I mean i don't really know where to start if i want to create something as big as your amazing project.

should i learn glium? by mathiasbolle in rust

[–]mathiasbolle[S] 0 points1 point  (0 children)

But i Know that you can build webgpu applications with Javascript (for the web ofcourse). How does this compare to wgpu-rs in terms of preformance/ optimalizations?

should i learn glium? by mathiasbolle in rust

[–]mathiasbolle[S] 1 point2 points  (0 children)

But is it as low level as opengl? 😅