Skip to content

Instantly share code, notes, and snippets.

View VeeeneX's full-sized avatar
🥒
Pickleee Riiick

Daniel Plakinger VeeeneX

🥒
Pickleee Riiick
View GitHub Profile
@VeeeneX
VeeeneX / network-change.object-type.ts
Created October 17, 2021 10:58
GraphQL Subscription problem
import { ObjectType, Field } from '@nestjs/graphql';
import { Link } from './link.object-type';
import { Node } from './node.object-type';
@ObjectType()
export class NetworkChange {
@Field(() => String, { defaultValue: '', nullable: true })
test: string;
}

Keybase proof

I hereby claim:

  • I am veeenex on github.
  • I am veeenex (https://keybase.io/veeenex) on keybase.
  • I have a public key ASDTb4OZxnJTYtNqUQN2Y1mGUKd96l6jFRChv4wHj4xKlwo

To claim this, I am signing this object:

@VeeeneX
VeeeneX / autounattend.xml
Last active February 27, 2024 20:32
autounattended.xml
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
<!--https://schneegans.de/windows/unattend-generator/?LanguageMode=Unattended&UILanguage=en-US&UserLocale=en-GB&KeyboardLayout=0809%3A00000809&ProcessorArchitecture=amd64&BypassRequirementsCheck=true&BypassNetworkCheck=true&ComputerNameMode=Custom&ComputerName=windows-10&TimeZoneMode=Explicit&TimeZone=Central+Europe+Standard+Time&PartitionMode=Interactive&WindowsEditionMode=Unattended&WindowsEdition=pro&UserAccountMode=Unattended&AccountName0=admin&AccountPassword0=password&AccountGroup0=Administrators&AccountName1=gaming&AccountPassword1=been-FOOW-scos&AccountGroup1=Users&AccountName2=&AccountName3=&AccountName4=&AutoLogonMode=Own&LockoutMode=Default&EnableRemoteDesktop=true&HardenSystemDriveAcl=true&AllowPowerShellScripts=true&DisableAppSuggestions=true&DisableWidgets=true&WifiMode=Skip&ExpressSettings=DisableAll&Remove3DViewer=true&RemoveCalculator=tru