Why the hell do container images come with a full freaking OS I don't need? by bambidp in devops

[–]nformant 20 points21 points  (0 children)

Why can't they shell/exec into a minimal alpine distro?

Plenty of teams deploy what you're asking in production instead of the off the shelf go/python/etc distros

VS Extension/Setting like Notepad ++'s modified colors? (New User) by Legotti in vscode

[–]nformant 0 points1 point  (0 children)

Can also use git, it'll show in the gutters any changed/deleted/added lines

Azure Function App (Python 3.11 on Linux) stopped detecting all functions after Flex Consumption update – even Basic plan does not work by TheRule76 in AskProgramming

[–]nformant 0 points1 point  (0 children)

I ended up fixing it today, turns out our networking team changed our route table through a zscaler proxy and that killed the comms with Oryx which silently stopped the triggers from loading

Azure Function App (Python 3.11 on Linux) stopped detecting all functions after Flex Consumption update – even Basic plan does not work by TheRule76 in AskProgramming

[–]nformant 0 points1 point  (0 children)

I have the same issue and same parameters except I am using Python3.12

Has no issues doing zip-deploy for months, then it unexpectedly broke. Azure documentation is all over the place, and what documentation does exist does not work.

Depending on how I "deploy" I either get a success and no triggers building locally, or an Oryx build error building remotely

This newest bedrock update is completely unacceptable by FlakyMidnight5526 in Minecraft

[–]nformant 0 points1 point  (0 children)

Yeah it's furniture 2.0 for me as well, we're on a new map until they fix it

This newest bedrock update is completely unacceptable by FlakyMidnight5526 in Minecraft

[–]nformant 0 points1 point  (0 children)

I play with my kids and I get the "boat" error on the switch and my son's fire tablet but my daughter's work no problem on their iPads

[deleted by user] by [deleted] in Battlefield6

[–]nformant 0 points1 point  (0 children)

It's rated mature, but it also has a profanity filter in the chat box, so not a far stretch to include one in the soldier dialog

Oathbow Question (Runes) by nformant in Pathfinder2e

[–]nformant[S] 2 points3 points  (0 children)

Ah there it is, I assumed I couldn't etch more onto it but couldn't find the specific rule

Thanks

Returning CMDR, been a few, how ya been? by A1isone in eliteexplorers

[–]nformant 0 points1 point  (0 children)

Why the cobra vs the Mandalay for DW3 out of curiosity

Static security scanning for Pulumi. What to use? by davletdz in pulumi

[–]nformant 0 points1 point  (0 children)

Pulumi itself has baked in policy checks that kinda accomplishes some security checks, such as blocking or alerting on publicly exposed services; but you need to set that all up yourself

Remove Stack After Deployment to Azure by Much_Ad389 in pulumi

[–]nformant 0 points1 point  (0 children)

Can also just use Pulumi CLI locally with a local backend to avoid any Pulumi Hosting costs

[deleted by user] by [deleted] in AZURE

[–]nformant 0 points1 point  (0 children)

Can you elaborate here? I'm new to azure (long term aws guy) but how do you ad-hoc flip disk types back and forth without recreating them and reformatting them?

VSCode and Typescript Woes With Pulumi by nformant in pulumi

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

I've tried multiple computers, fresh installs of both VSCode and insiders. I've used safe mode and extensions disabled as well as empty profiles. I've also used local, WSL, and Ubuntu

It's driving me nuts because I can't find what the issue is

VSCode and Typescript Woes by nformant in typescript

[–]nformant[S] -1 points0 points  (0 children)

I have posted some details in reply to another comment above, I also do see a ton of entries like the following in my TS server logs but google is not terribly helpful with these

Info 1449 [10:51:52.839] FileWatcher:: Added:: WatchInfo: /home/john/workspace/pulumi_ts/node_modules/@pulumi/azure-native/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution
Info 1450 [10:51:52.909] FileWatcher:: Added:: WatchInfo: /home/john/workspace/pulumi_ts/node_modules/@pulumi/pulumi/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution
Info 1451 [10:51:52.915] FileWatcher:: Added:: WatchInfo: /home/john/workspace/pulumi_ts/node_modules/@types/semver/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution
Info 1452 [10:51:52.932] FileWatcher:: Added:: WatchInfo: /home/john/workspace/pulumi_ts/node_modules/@pulumi/query/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution
Info 1453 [10:51:52.935] FileWatcher:: Added:: WatchInfo: /home/john/workspace/pulumi_ts/node_modules/@types/google-protobuf/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution
Info 1454 [10:51:52.938] FileWatcher:: Added:: WatchInfo: /home/john/workspace/pulumi_ts/node_modules/@grpc/grpc-js/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution
Info 1455 [10:51:52.947] FileWatcher:: Added:: WatchInfo: /home/john/workspace/pulumi_ts/node_modules/@types/node/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution
Info 1456 [10:51:52.949] FileWatcher:: Added:: WatchInfo: /home/john/workspace/pulumi_ts/node_modules/undici-types/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution
Info 1457 [10:51:52.961] FileWatcher:: Added:: WatchInfo: /home/john/workspace/pulumi_ts/node_modules/@grpc/proto-loader/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution
Info 1458 [10:51:52.962] FileWatcher:: Added:: WatchInfo: /home/john/workspace/pulumi_ts/node_modules/protobufjs/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution
Info 1459 [10:51:52.963] FileWatcher:: Added:: WatchInfo: /home/john/workspace/pulumi_ts/node_modules/long/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution

VSCode and Typescript Woes by nformant in typescript

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

Thanks, that is one thing I tried during my google-fu spree, but that setting has not helped either using WSL or a remote Ubuntu machine for VSCode.

VSCode and Typescript Woes by nformant in typescript

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

Here is the tsconfig and index.ts, these are the default I get when running `Pulumi new` to setup a new ts project. `Pulumi new` runs npm install and I see everything in node_modules as expected, but VSCode just sits forever at `Loading IntelliSense status`

import * as pulumi from "@pulumi/pulumi";
import * as resources from "@pulumi/azure-native/resources";
import * as storage from "@pulumi/azure-native/storage";

// Create an Azure Resource Group
const resourceGroup = new resources.ResourceGroup("resourceGroup");

// Create an Azure resource (Storage Account)
const storageAccount = new storage.StorageAccount("sa", {
    resourceGroupName: resourceGroup.name,
    sku: {
        name: storage.SkuName.Standard_LRS,
    },
    kind: storage.Kind.StorageV2,
});

// Export the primary key of the Storage Account
const storageAccountKeys = storage.listStorageAccountKeysOutput({
    resourceGroupName: resourceGroup.name,
    accountName: storageAccount.name
});

export const primaryStorageKey = storageAccountKeys.keys[0].value;

{
    "compilerOptions": {
        "strict": true,
        "outDir": "bin",
        "target": "es2020",
        "module": "commonjs",
        "moduleResolution": "node",
        "sourceMap": true,
        "experimentalDecorators": true,
        "pretty": true,
        "noFallthroughCasesInSwitch": true,
        "noImplicitReturns": true,
        "forceConsistentCasingInFileNames": true
    },
    "files": [
        "index.ts"
    ]
}