~/.gradle/wrapper/dists/
~/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/
~/.fvm/versions/
import React, { useState, useCallback, useMemo } from 'react'; | |
import { render } from 'react-dom'; | |
import React, { useReducer } from 'react'; | |
const tableSearchReducer = (state, action) => { | |
switch (action.type) { | |
case 'SET_SEARCH': | |
return { ...state, search: action.payload }; | |
case 'SET_COLUMN_SEARCH': | |
return { ...state, column_search: action.payload }; |
rules: { | |
complexity: ['error', { max: 6 }], | |
'max-depth': ['error', { max: 2 }], | |
'max-nested-callbacks': ['error', { max: 2 }], | |
'max-params': ['error', { max: 3 }], | |
'max-statements': ['error', { max: 12 }, { ignoreTopLevelFunctions: false }], | |
'max-len': ['error', { code: 120, ignoreUrls: true }], | |
'max-lines': ['error', { max: 200, skipComments: true, skipBlankLines: true }], | |
}, |
~/.gradle/wrapper/dists/
~/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/
~/.fvm/versions/
A. Update Your Local Master Branch:
git rebase main
error: cannot rebase: You have unstaged changes.
error: Please commit or stash them.
this.anIncomingNotification = payload // trigger watch |
buildscript { | |
ext.kotlin_version = '1.6.10' | |
repositories { | |
google() | |
mavenCentral() | |
} | |
dependencies { | |
classpath 'com.android.tools.build:gradle:7.1.2' | |
// START: FlutterFire Configuration |
1. create file custom | |
``` | |
touch ~/.custom_bash_commands.sh | |
``` | |
2. Open this up in your preferred text editor, and add the following code: | |
``` | |
#!/bin/bash |
That doesn't start cemu with the env var active. You have to set the variable in the terminal, then launch cemu from the terminal: | |
1. Open terminal | |
2. Paste cd /Applications/Cemu.app/Contents/MacOS and hit return | |
3. Paste MVK_CONFIG_FAST_MATH_ENABLED=0 ./Cemu and hit return |
issue reported : https://github.com/Ryujinx/Ryujinx-Games-List/issues/2798 and https://www.reddit.com/r/Ryujinx/comments/104ow0v/jump_force_on_mac_is_freeze_at_41_loading/
#### error