This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| executor using 8 threads | |
| evaluating file '<nix/derivation-internal.nix>' | |
| fetching flake search path element 'https://flakehub.com/f/DeterminateSystems/nixpkgs-weekly/*.tar.gz'' | |
| reading registry '/Users/martinjlowm/.config/nix/registry.json' | |
| reading registry '/etc/nix/registry.json' | |
| using cache entry 'file:{"name":"flake-registry.json","store":"/nix/store","url":"https://channels.nixos.org/flake-registry.json"}' -> '{"etag":"W/\"f284424ae1a4369a3f591f28915f7e43176ccc52bdf7117ff49868055d6c522b\"","storePath":"pc6y12ccrlvmgfbp0rs34cbj8mbsyyvk-flake-registry.json","url":"https://channels.nixos.org/flake-registry.json"}' | |
| performing daemon worker op: 11 | |
| acquiring write lock on '/nix/var/nix/temproots/7349' | |
| performing daemon worker op: 1 | |
| using cache entry 'file:{"name":"flake-registry.json","store":"/nix/store","url":"https://channels.nixos.org/flake-registry.json"}' -> '{"etag":"W/\"f284424ae1a4369a3f591f28915f7e43176ccc52bdf7117ff49868055d6c522b\"","url":"https://channels.nixos.org/flake-registry.json"}', '/nix/st |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/package.json b/package.json | |
| index 16966ad0369ff9ced84c00ba88a3652f9e725138..4662c4082b6cd717c3f5b2d7e135a40a359fabb1 100644 | |
| --- a/package.json | |
| +++ b/package.json | |
| @@ -114,7 +114,9 @@ | |
| "babel-plugin-react-compiler": "*", | |
| "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", | |
| "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", | |
| - "sass": "^1.3.0" | |
| + "sass": "^1.3.0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2025-04-20T12:45:59.517089Z ERROR rspack_core::resolver: Resolve error: Cannot find module '@swc/helpers/_/_interop_require_default' for matched aliased key '@swc/helpers/_', specifier: "@swc/helpers/_/_interop_require_default", importer: Some(Identifier(u!("javascript/auto|builtin:react-refresh-loader!/Users/martinjlowm/projects/nest.git/cron-validation/.yarn/unplugged/next-virtual-469a0f29cb/node_modules/next/dist/build/webpack/loaders/next-swc-loader.js??ruleSet[1].rules[7].oneOf[4].use[1]!/Users/martinjlowm/projects/nest.git/cron-validation/.yarn/unplugged/next-virtual-469a0f29cb/node_modules/next/dist/client/next-dev.js|pages-dir-browser"))), context: /Users/martinjlowm/projects/nest.git/cron-validation/.yarn/unplugged/next-virtual-469a0f29cb/node_modules/next/dist/client, dependency_type: cjs require, dependency_category: commonjs | |
| at crates/rspack_core/src/resolver/mod.rs:325 | |
| in rspack_core::compiler::compilation::Compilation:make | |
| in rspack_core::compiler::Compiler:compile | |
| in rspack_co |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const { Client } = require("@notionhq/client"); | |
| const notion = new Client({ | |
| auth: process.env.NOTION_TOKEN, | |
| }); | |
| const searchValue = "<search-term>"; | |
| const newValue = "<replace-term>"; | |
| (async () => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| monofyRepo() { | |
| repository=$(basename $PWD) | |
| if [[ ! -d ".git" ]]; then | |
| echo "! $repository is not a git repository." | |
| return | |
| fi | |
| echo "» Monofying repository ($repository)...\n" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <meta charset="UTF-8"> | |
| <html> | |
| <head> | |
| <title>vitracker</title> | |
| <script type="text/javascript" charset="utf-8" src="xm.js"></script> | |
| </head> | |
| <body> | |
| <p>Hello, world</p> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/dlls/user32/input.c b/dlls/user32/input.c | |
| index 1ffce8d..9f498eb 100644 | |
| --- a/dlls/user32/input.c | |
| +++ b/dlls/user32/input.c | |
| @@ -476,23 +476,229 @@ BOOL WINAPI GetLastInputInfo(PLASTINPUTINFO plii) | |
| */ | |
| UINT WINAPI GetRawInputDeviceList(PRAWINPUTDEVICELIST pRawInputDeviceList, PUINT puiNumDevices, UINT cbSize) | |
| { | |
| - FIXME("(pRawInputDeviceList=%p, puiNumDevices=%p, cbSize=%d) stub!\n", pRawInputDeviceList, puiNumDevices, cbSize); | |
| + BOOL ret = FALSE; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright 1999-2012 Gentoo Foundation | |
| # Distributed under the terms of the GNU General Public License v2 | |
| # $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.9.ebuild,v 1.1 2012/07/18 08:42:29 tetromino Exp $ | |
| EAPI="4" | |
| inherit autotools eutils flag-o-matic multilib pax-utils | |
| if [[ ${PV} == "9999" ]] ; then | |
| EGIT_REPO_URI="git://source.winehq.org/git/wine.git" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Const HKCU=&H80000001 'HKEY_CURRENT_USER | |
| Const HKLM=&H80000002 'HKEY_LOCAL_MACHINE | |
| Const REG_SZ=1 | |
| Const REG_EXPAND_SZ=2 | |
| Const REG_BINARY=3 | |
| Const REG_DWORD=4 | |
| Const REG_MULTI_SZ=7 | |
| Const HKCU_IE_PROXY = "Software\Microsoft\Windows\CurrentVersion\Internet Settings" |
NewerOlder