sorted by: new top controversial old
[-] lmaydev@lemmy.world 22 points 1 month ago

It was always a big deal. But back then it was often pretty obvious when it was a fake. It's getting harder and harder to tell.

[-] lmaydev@lemmy.world 6 points 1 month ago

Yeah that's the real issue lol

[-] lmaydev@lemmy.world 3 points 1 month ago

You've linked to the save page and it's failing. The link works if you remove /save/ from it

[-] lmaydev@lemmy.world 1 points 1 month ago

But that's more key presses than just using existing keys

[-] lmaydev@lemmy.world 1 points 1 month ago

Don't really get your point here.

They virtualize the file because it's big. They know the size.

It does indeed scale with the size of the file. That's exactly the problem.

[-] lmaydev@lemmy.world 1 points 1 month ago

No it relies on the c# project files. It looks for all projectreference tags in the projects file and recursively grabs all of them and turns them into filters.

[-] lmaydev@lemmy.world 2 points 1 month ago* (last edited 1 month ago)

You have a list of filters like "src/libs/whatever/*" if there is a change the pipeline runs.

I wrote a tool that automatically updates these based on recursive project references (c#)

So if any project referenced by the service (or recursively referenced by dependencies) changes the service is rebuilt.

[-] lmaydev@lemmy.world 1 points 1 month ago

If pretty much gets compiled to a goto statement. Well more a jumpif but same principle

[-] lmaydev@lemmy.world 5 points 1 month ago

What about the kitchen?

[-] lmaydev@lemmy.world 1 points 1 month ago

A certain world event being a 3rd party piece of software having a bad update.

[-] lmaydev@lemmy.world 4 points 1 month ago

We use a mono repo for a new cloud based solution. So far it's been really great.

The shared projects are all in one place so we don't have to kick things out to a package manager just to pull them back in.

We use filters in azure pipelines so things only get built if they or dependent projects get changed.

It makes big changes that span multiple projects effortless to implement.

Also running a local deployment is as easy as hitting run in the ide.

So far no problems at all.

view more: next ›

lmaydev

joined 1 year ago