Good summary of App Store rules from Python:
The unofficially redistributed official Apple Bootcamp USB drivers didn't seem to do anything for my new Apple Magic Keyboard.
winkbdlayouts provided me a UK Apple layout. It's not perfect (tilde and backtick are swapped, for one thing), but it does get most keys. Initially, it didn't seem to have installed properly, so I ended up editing the registry keys to remap the default UK keyboard to the Apple one, but later I found that I'd simply needed to restart the computer to re-read the registry keys.
Update: I actually find no difference between the custom United Kingdom Apple (WKL)
layout and the ready-installed English (United Kingdom)
layout. Waste of time.
I didn't end up buying kbdedit, but it helped me understand the layout of things.
Another thing to try would've been [Magic Utilities](https://magicutilities.n
init-windows
, even for generating projects using earlier versions.
See the new init-windows
command in their @next
docs.
The command expects to be run inside an existing React Native project, so run steps 1-2 (as per the docs) if starting from scratch.
# Interactively rebase the current branch onto `main`
git rebase -i main
Modify the commit dates of first commit
and second commit
but leave third commit
unchanged.
pick c40f82d first commit
exec git commit --amend --no-edit --date "Wed Jul 10 08:30:00 2024 +0900"
At the time of writing, namely v1.8.3, Biome does not fully support monorepos yet, but you can wrestle it into working.
Below, we have a typical monorepo (with the changes we're about to make marked in green). It has some workspaces under apps
and packages
, and at each level of the repo, there are a mixture of files we want to format or ignore.
.
├── .gitignore
+ ├── .vscode
A very common failure pattern of pip is the following:
> pip --version
/usr/local/bin/pip:6: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
from pkg_resources import load_entry_point
Traceback (most recent call last):
File "/opt/homebrew/lib/python3.11/site-packages/pkg_resources/__init__.py", line 631, in _build_master
ws.require(__requires__)
File "/opt/homebrew/lib/python3.11/site-packages/pkg_resources/__init__.py", line 968, in require
needed = self.resolve(parse_requirements(requirements))
Go to apprenticeharper/DeDRM_tools and download the latest release.
Follow the plugin's installation instructions:
Open calibre's Preferences dialog. Click on the "Plugins" button. Next, click on the button, "Load plugin from file". Navigate to the unzipped DeDRM_tools folder, find the file "DeDRM_plugin.zip". Click to select the file and select "Open". Click "Yes" in the "Are you sure?" dialog box. Click the "OK" button in the "Success" dialog box.
Once the DeDRM plugin appears in the Calibre plugins menu, double-click it to get the Customise DeDRM popup. From there, click "eInk Kindle ebooks".
Add the serial number for your preferred Kindle (the one you intend to download files for) via the Manage Your Content and Devices section of the Amazon site (instructions here).
diff --git a/node_modules/react-native-jsi-bridge-2/ios/JsiBridgeEmitter.h b/node_modules/react-native-jsi-bridge-2/ios/JsiBridgeEmitter.h | |
index 62da923..cae7aee 100644 | |
--- a/node_modules/react-native-jsi-bridge-2/ios/JsiBridgeEmitter.h | |
+++ b/node_modules/react-native-jsi-bridge-2/ios/JsiBridgeEmitter.h | |
@@ -9,16 +9,16 @@ | |
#import <Foundation/Foundation.h> | |
#import "_JsiBridge.h" | |
-typedef void (^JsiBridgeCallback)(id data); | |
+typedef void (^CustomJsiBridgeCallback)(id data); |
Copyright (c) 2011-2021, The UniDic Consortium | |
All rights reserved. | |
Redistribution and use in source and binary forms, with or without | |
modification, are permitted provided that the following conditions are | |
met: | |
* Redistributions of source code must retain the above copyright | |
notice, this list of conditions and the following disclaimer. |