Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
MikeJF
Dec 20, 2003




Hey, any recommendations for a simple+free analytics I can integrate that isn't overwrought if I just want simple, like, visit count and maybe a map, that'd be quick and fast and not affect times userside and doesn't go and shove its tentacles all over the page?

Adbot
ADBOT LOVES YOU

MikeJF
Dec 20, 2003





Oh, thanks. I'm thinking... GoatCounter?

MikeJF
Dec 20, 2003




Yo, is there a devtool on desktop that'll let me simulate the ridiculous vh address bar compensation positioning/scaling situation on mobile browsers?

MikeJF
Dec 20, 2003




Ah, yeah, got those, I guess I meant something less heavy and slow that just switched a desktop browser to mobile vh mode so I can experiment quickly when I need to.

MikeJF
Dec 20, 2003




Nah, a whole responsive scaling with elements not fitting thing. I can figure it out, it was just frustrating 'cos my phone wouldn't connect to dev and it seems like the kind of thing than there really should be a devtools mode for.

MikeJF
Dec 20, 2003




Oh my god how did I not know about svg paint-order: stroke fill WELL THAT MAKES THINGS A LOT EASIER

MikeJF
Dec 20, 2003




The Fool posted:

There’s a terminal program in windows that does this too. It’s called quake mode in the settings and even has the slide down from the top animation

The latest beta of the official Windows Terminal added this too. WT is pretty nice, it's got tabs and splitting and a bunch of features, hooks nicely into the Linux subsystem or other terms with them. They developed a new font specifically for it too.

MikeJF fucked around with this message at 04:34 on Jun 6, 2021

MikeJF
Dec 20, 2003




LifeLynx posted:

It really is the new IE.

gently caress you apple let me use lossy images with transparency.

Oh what's that you support WebP now but not if anyone's using a version of MacOS before the very latest, even if their Safari is updated? Double gently caress you you did it in a way that's useless.

MikeJF
Dec 20, 2003




If it's the app root module you import BrowserModule, if it's a module designed to exist as a child you import CommonModule instead. Is that it? (How did you set up this tiny app? Did you use ng to generate the workspace?). I assume your component is imported to the module properly, that could cause similar.

There's a lot of things that might go wrong, though, a snippet is difficult to diagnose from.

MikeJF fucked around with this message at 14:53 on Jul 28, 2021

MikeJF
Dec 20, 2003




Can you quote the module?

MikeJF
Dec 20, 2003




The module file that imports the components and bootstraps the app, can you quote that code?

MikeJF
Dec 20, 2003




Here's a big framework list

If you just want something simple I'd go for one of the minimalist frameworks, less heavy than Bootstrap. Maybe Milligram or Pico.

If the page is simple enough you could even go for one of the classless ones that just applies styles to native element tags, like Water or MVP.

MikeJF
Dec 20, 2003




Web Components is a thing that's been planned for a while but only phased in to standard everywhere a few years ago, it's an effort to bring all this framework-based stuff and library ecosystem under control and let people make components that are truly encapsulated and interoperative through a universal standard, so they can be used inside arbitrary other libraries or frameworks without causing a mess.

It's not explicitly a replacement for React and Vue and stuff, but it can take over some of their areas. Web Components are individual elements, while those frameworks are meant to then be raised to 'overall webapp management' level.

MikeJF fucked around with this message at 09:10 on Feb 23, 2023

MikeJF
Dec 20, 2003




Are you importing the tooltip module into the containing module of each component?

MikeJF
Dec 20, 2003




Your app doesn't have any other modules besides app.module.ts, though? All four components are directly in app.module?

(Importing ngbModule imports all the ng bootstrap components, including the tooltip. You can import only individual ones if you want to shrink the bundle)

This probably isn't it, but I notice in the working one you haven't self-closed the input element.

MikeJF fucked around with this message at 06:25 on Jun 7, 2023

MikeJF
Dec 20, 2003




Data Graham posted:

It's like mormon bubble porn

Today I learned something that depresses me.

MikeJF
Dec 20, 2003




When you say you worked with it back in 2017, was it Angular or Angular2+? (Angular 2 came out late 2016 and is a wholly different thing to Angular)

MikeJF
Dec 20, 2003




Yeah, the original angular, the framework under the 1.x numbers has been renamed to AngularJS, and has its own numbering scheme. The framework introduced with Angular 2 has been named Angular, and gone to continuously incrementing numbers, so you can kinda think of it as Angular2 17.0.

They really did their best to confuse everyone.

If you've got experience with Angular2+ then you should be able to catch up, if your experience is in AngularJS it's just not the same thing. (If you remember it being a very structured component-based app with a big master router and having to compile after each change and not just being native javascript you can edit, it was probably Angular2+. If you remember a bunch of controllers and directives, it was AngularJS)

MikeJF fucked around with this message at 02:51 on Feb 9, 2024

MikeJF
Dec 20, 2003




(Or HR just used an ad written in 2020.)

MikeJF
Dec 20, 2003




In our case we bundle with webpack and ts-loader.

Adbot
ADBOT LOVES YOU

MikeJF
Dec 20, 2003




Oh, you said backend. Yeah, for backend we just tsc.

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply