repo
stringlengths
5
53
pr_number
int32
1
321k
task_type
stringclasses
2 values
issue_text
stringlengths
0
81.2k
pr_title
stringlengths
1
319
pr_body
stringlengths
0
105k
base_sha
stringlengths
40
40
head_sha
stringlengths
40
40
gold_diff
stringlengths
0
202M
changed_files
listlengths
0
100
review_threads
listlengths
0
100
test_patch
stringlengths
0
23.4M
merged
bool
1 class
Lanayx/Oxpecker
65
comment_to_fix
Model binding using TypeShape
I think this should be called `getParser`
cc01b32335f10e9bcfee31ba57ff02a573548793
8a68ad9da4745ac12640aaf5c1ed386da2919429
diff --git a/src/Oxpecker/ModelBinder.fs b/src/Oxpecker/ModelBinder.fs index ad0fce04..b3cb5dd3 100644 --- a/src/Oxpecker/ModelBinder.fs +++ b/src/Oxpecker/ModelBinder.fs @@ -1,5 +1,3 @@ -#nowarn 3261 - namespace Oxpecker open System @@ -12,301 +10,353 @@ open Microsoft.Extensions.Primitives /// Use this interfac...
[ "src/Oxpecker/ModelBinder.fs" ]
[ { "comment": "I think this should be called `getParser`", "path": "src/Oxpecker/ModelBinder.fs", "hunk": "@@ -14,299 +12,259 @@ open Microsoft.Extensions.Primitives\n type IModelBinder =\n abstract member Bind<'T> : seq<KeyValuePair<string, StringValues>> -> 'T\n \n+module internal StringValues =\n+...
true
Lanayx/Oxpecker
65
comment_to_fix
Model binding using TypeShape
This should be probably called `makeParser`
cc01b32335f10e9bcfee31ba57ff02a573548793
8a68ad9da4745ac12640aaf5c1ed386da2919429
diff --git a/src/Oxpecker/ModelBinder.fs b/src/Oxpecker/ModelBinder.fs index ad0fce04..b3cb5dd3 100644 --- a/src/Oxpecker/ModelBinder.fs +++ b/src/Oxpecker/ModelBinder.fs @@ -1,5 +1,3 @@ -#nowarn 3261 - namespace Oxpecker open System @@ -12,301 +10,353 @@ open Microsoft.Extensions.Primitives /// Use this interfac...
[ "src/Oxpecker/ModelBinder.fs" ]
[ { "comment": "This should be probably called `makeParser`", "path": "src/Oxpecker/ModelBinder.fs", "hunk": "@@ -14,299 +12,259 @@ open Microsoft.Extensions.Primitives\n type IModelBinder =\n abstract member Bind<'T> : seq<KeyValuePair<string, StringValues>> -> 'T\n \n+module internal StringValues =\...
true
Lanayx/Oxpecker
65
comment_to_fix
Model binding using TypeShape
And can you please call is `makeParserInner`, it's according to my codestyle in this repository
cc01b32335f10e9bcfee31ba57ff02a573548793
8a68ad9da4745ac12640aaf5c1ed386da2919429
diff --git a/src/Oxpecker/ModelBinder.fs b/src/Oxpecker/ModelBinder.fs index ad0fce04..b3cb5dd3 100644 --- a/src/Oxpecker/ModelBinder.fs +++ b/src/Oxpecker/ModelBinder.fs @@ -1,5 +1,3 @@ -#nowarn 3261 - namespace Oxpecker open System @@ -12,301 +10,353 @@ open Microsoft.Extensions.Primitives /// Use this interfac...
[ "src/Oxpecker/ModelBinder.fs" ]
[ { "comment": "And can you please call is `makeParserInner`, it's according to my codestyle in this repository", "path": "src/Oxpecker/ModelBinder.fs", "hunk": "@@ -14,299 +12,259 @@ open Microsoft.Extensions.Primitives\n type IModelBinder =\n abstract member Bind<'T> : seq<KeyValuePair<string, Strin...
true
Lanayx/Oxpecker
65
comment_to_fix
Model binding using TypeShape
Can you please rename `mk` to `make` here and below
cc01b32335f10e9bcfee31ba57ff02a573548793
8a68ad9da4745ac12640aaf5c1ed386da2919429
diff --git a/src/Oxpecker/ModelBinder.fs b/src/Oxpecker/ModelBinder.fs index ad0fce04..b3cb5dd3 100644 --- a/src/Oxpecker/ModelBinder.fs +++ b/src/Oxpecker/ModelBinder.fs @@ -1,5 +1,3 @@ -#nowarn 3261 - namespace Oxpecker open System @@ -12,301 +10,353 @@ open Microsoft.Extensions.Primitives /// Use this interfac...
[ "src/Oxpecker/ModelBinder.fs" ]
[ { "comment": "Can you please rename `mk` to `make` here and below", "path": "src/Oxpecker/ModelBinder.fs", "hunk": "@@ -14,299 +12,259 @@ open Microsoft.Extensions.Primitives\n type IModelBinder =\n abstract member Bind<'T> : seq<KeyValuePair<string, StringValues>> -> 'T\n \n+module internal StringV...
true
Lanayx/Oxpecker
65
comment_to_fix
Model binding using TypeShape
This lambda should be moved to parameters
cc01b32335f10e9bcfee31ba57ff02a573548793
8a68ad9da4745ac12640aaf5c1ed386da2919429
diff --git a/src/Oxpecker/ModelBinder.fs b/src/Oxpecker/ModelBinder.fs index ad0fce04..b3cb5dd3 100644 --- a/src/Oxpecker/ModelBinder.fs +++ b/src/Oxpecker/ModelBinder.fs @@ -1,5 +1,3 @@ -#nowarn 3261 - namespace Oxpecker open System @@ -12,301 +10,353 @@ open Microsoft.Extensions.Primitives /// Use this interfac...
[ "src/Oxpecker/ModelBinder.fs" ]
[ { "comment": "This lambda should be moved to parameters", "path": "src/Oxpecker/ModelBinder.fs", "hunk": "@@ -14,299 +12,259 @@ open Microsoft.Extensions.Primitives\n type IModelBinder =\n abstract member Bind<'T> : seq<KeyValuePair<string, StringValues>> -> 'T\n \n+module internal StringValues =\n+...
true
Lanayx/Oxpecker
65
comment_to_fix
Model binding using TypeShape
Why was this changed? I'd prefer typed asserts unless it's impossible
cc01b32335f10e9bcfee31ba57ff02a573548793
8a68ad9da4745ac12640aaf5c1ed386da2919429
diff --git a/tests/Oxpecker.Tests/ModelParser.Tests.fs b/tests/Oxpecker.Tests/ModelParser.Tests.fs index 910e19a1..9032bfa8 100644 --- a/tests/Oxpecker.Tests/ModelParser.Tests.fs +++ b/tests/Oxpecker.Tests/ModelParser.Tests.fs @@ -1,20 +1,22 @@ module Oxpecker.Tests.ModelParser open System +open System.Collections....
[ "tests/Oxpecker.Tests/ModelParser.Tests.fs" ]
[ { "comment": "Why was this changed? I'd prefer typed asserts unless it's impossible", "path": "tests/Oxpecker.Tests/ModelParser.Tests.fs", "hunk": "@@ -5,16 +5,14 @@ open System.Globalization\n open Microsoft.Extensions.Primitives\n open Oxpecker\n open Xunit\n-open FsUnitTyped\n+open FsUnit.Xunit", ...
true
Lanayx/Oxpecker
65
comment_to_fix
Model binding using TypeShape
Why do we need delegate? Regular F# function seems to work as well
cc01b32335f10e9bcfee31ba57ff02a573548793
8a68ad9da4745ac12640aaf5c1ed386da2919429
diff --git a/src/Oxpecker/ModelBinder.fs b/src/Oxpecker/ModelBinder.fs index ad0fce04..b3cb5dd3 100644 --- a/src/Oxpecker/ModelBinder.fs +++ b/src/Oxpecker/ModelBinder.fs @@ -1,5 +1,3 @@ -#nowarn 3261 - namespace Oxpecker open System @@ -12,301 +10,353 @@ open Microsoft.Extensions.Primitives /// Use this interfac...
[ "src/Oxpecker/ModelBinder.fs" ]
[ { "comment": "Why do we need delegate? Regular F# function seems to work as well", "path": "src/Oxpecker/ModelBinder.fs", "hunk": "@@ -14,299 +12,259 @@ open Microsoft.Extensions.Primitives\n type IModelBinder =\n abstract member Bind<'T> : seq<KeyValuePair<string, StringValues>> -> 'T\n \n+module i...
true
Lanayx/Oxpecker
65
comment_to_fix
Model binding using TypeShape
It's better to user `.Count` to reduce allocations
cc01b32335f10e9bcfee31ba57ff02a573548793
8a68ad9da4745ac12640aaf5c1ed386da2919429
diff --git a/src/Oxpecker/ModelBinder.fs b/src/Oxpecker/ModelBinder.fs index ad0fce04..b3cb5dd3 100644 --- a/src/Oxpecker/ModelBinder.fs +++ b/src/Oxpecker/ModelBinder.fs @@ -1,5 +1,3 @@ -#nowarn 3261 - namespace Oxpecker open System @@ -12,301 +10,353 @@ open Microsoft.Extensions.Primitives /// Use this interfac...
[ "src/Oxpecker/ModelBinder.fs" ]
[ { "comment": "It's better to user `.Count` to reduce allocations", "path": "src/Oxpecker/ModelBinder.fs", "hunk": "@@ -14,299 +12,264 @@ open Microsoft.Extensions.Primitives\n type IModelBinder =\n abstract member Bind<'T> : seq<KeyValuePair<string, StringValues>> -> 'T\n \n+[<Struct>]\n+type intern...
true
Lanayx/Oxpecker
65
comment_to_fix
Model binding using TypeShape
It's better to create some wrapper around data (that allows indexing and enumeration), rather than rebuild dictionary right from the start
cc01b32335f10e9bcfee31ba57ff02a573548793
8a68ad9da4745ac12640aaf5c1ed386da2919429
diff --git a/src/Oxpecker/ModelBinder.fs b/src/Oxpecker/ModelBinder.fs index ad0fce04..b3cb5dd3 100644 --- a/src/Oxpecker/ModelBinder.fs +++ b/src/Oxpecker/ModelBinder.fs @@ -1,5 +1,3 @@ -#nowarn 3261 - namespace Oxpecker open System @@ -12,301 +10,353 @@ open Microsoft.Extensions.Primitives /// Use this interfac...
[ "src/Oxpecker/ModelBinder.fs" ]
[ { "comment": "It's better to create some wrapper around data (that allows indexing and enumeration), rather than rebuild dictionary right from the start", "path": "src/Oxpecker/ModelBinder.fs", "hunk": "@@ -328,7 +291,4 @@ type ModelBinder(?options: ModelBinderOptions) =\n /// It will try to mat...
true
Lanayx/Oxpecker
66
issue_to_patch
Oxpecker.Solid - Add Secondary Primitives
Adds the secondary primitives as [per solid-js reference](https://docs.solidjs.com/reference/secondary-primitives/create-computed).
2c8a33d512aaccc78ddf63a407d37d12b6f6bc52
b242f4def7d040eb6a08e67656bc748681d43626
diff --git a/src/Oxpecker.Solid/SolidBindings.fs b/src/Oxpecker.Solid/SolidBindings.fs index 0714d103..161c701a 100644 --- a/src/Oxpecker.Solid/SolidBindings.fs +++ b/src/Oxpecker.Solid/SolidBindings.fs @@ -628,6 +628,11 @@ type Bindings = [<ImportMember("solid-js/web")>] static member renderToString(fn: unit...
[ "src/Oxpecker.Solid/SolidBindings.fs" ]
[ { "comment": "From solid docs, it seems that it can be made generic (together with CreateDeferredOptions<'T>)", "path": "src/Oxpecker.Solid/SolidBindings.fs", "hunk": "@@ -617,6 +617,13 @@ module Bindings =\n static member inline Find(this: SolidStorePath<'T, 'Value array>, predicate: 'Value -> ...
true
Lanayx/Oxpecker
62
issue_to_patch
Add keyed attribute to Show tag, and Invoke/InvokeGet method extensions for Setters
```fs // Keyed attribute Show(keyed = true) // Invoke setter with handler of previous value let index,setIndex = createSignal(0) setIndex.Invoke(fun x -> x + 1) // Invoke setter with handler/value and get the new result back (only really useful for handler) let newValue = setIndex.InvokeGet(fun x -> x + 1) ...
3630b56f1b9cdb2c7ffe62f8fb31515964d5f4d0
1112794124e14069c2f099fc504bec529ee76fc9
diff --git a/src/Oxpecker.Solid/SolidBindings.fs b/src/Oxpecker.Solid/SolidBindings.fs index 0714d103..f9c7e0ed 100644 --- a/src/Oxpecker.Solid/SolidBindings.fs +++ b/src/Oxpecker.Solid/SolidBindings.fs @@ -9,6 +9,18 @@ open System [<AutoOpen>] module Bindings = + /// <summary> + /// Calling the setter update...
[ "src/Oxpecker.Solid/SolidBindings.fs" ]
[]
true
Lanayx/Oxpecker
63
issue_to_patch
Add flag for SolidComponentAttribute to print Fable AST on compilation.
```fs [<SolidComponent>] let Normal () = div() [<SolidComponent(SolidComponentFlag.Debug)>] let DebugEnabled () = div() ``` Debug flag just prints the memberDecl.Body for that component (works Fable 5+ with Fable.AST 5+; haven't checked 4)
3630b56f1b9cdb2c7ffe62f8fb31515964d5f4d0
4624d63c3519f9aef3c6b72953c7b9606eabc023
diff --git a/src/Oxpecker.Solid.FablePlugin/Library.fs b/src/Oxpecker.Solid.FablePlugin/Library.fs index c785d22a..d066a490 100644 --- a/src/Oxpecker.Solid.FablePlugin/Library.fs +++ b/src/Oxpecker.Solid.FablePlugin/Library.fs @@ -538,19 +538,30 @@ module internal rec AST = range = range ) +type...
[ "src/Oxpecker.Solid.FablePlugin/Library.fs" ]
[]
true
Lanayx/Oxpecker
50
issue_to_patch
Add bool method for switch attributes #49
2730fec8ef29d8ffa768f017ede0f37cc3fb9679
7852ea43d5e38de3301bcb1d4c1ddb17a641c93f
diff --git a/src/Oxpecker.ViewEngine/Builder.fs b/src/Oxpecker.ViewEngine/Builder.fs index bb00f89d..b5dbe59e 100644 --- a/src/Oxpecker.ViewEngine/Builder.fs +++ b/src/Oxpecker.ViewEngine/Builder.fs @@ -27,9 +27,12 @@ module Builder = let mutable next = attributes.Head while isNotNull next do ...
[ "src/Oxpecker.ViewEngine/Builder.fs", "src/Oxpecker.ViewEngine/Tags.fs", "tests/Oxpecker.ViewEngine.Tests/Render.Tests.fs" ]
[]
diff --git a/tests/Oxpecker.ViewEngine.Tests/Render.Tests.fs b/tests/Oxpecker.ViewEngine.Tests/Render.Tests.fs index bf680988..21a0513b 100644 --- a/tests/Oxpecker.ViewEngine.Tests/Render.Tests.fs +++ b/tests/Oxpecker.ViewEngine.Tests/Render.Tests.fs @@ -105,6 +105,20 @@ let ``Double render works`` () = result1 |>...
true
Lanayx/Oxpecker
47
issue_to_patch
[Oxpecker.Solid][Docs] Add documentation to compiler plugin
I added some documentation for myself while grokkin the plugin and thought I'd share if you were interested. There is one opinionated change I did to clarify for myself the flow of operations in one pattern match, this is marked specifically by the [relevant commit](1a1df7283ea5d8eb5c8c6914e51553142f87d94d)
b76ce74bfb60d5368d86c20e68e88336e32e586a
2ff4a83587b98eeac91a14c9c164f64496795822
diff --git a/src/Oxpecker.Solid.FablePlugin/Library.fs b/src/Oxpecker.Solid.FablePlugin/Library.fs index e5a36c83..9893d444 100644 --- a/src/Oxpecker.Solid.FablePlugin/Library.fs +++ b/src/Oxpecker.Solid.FablePlugin/Library.fs @@ -6,22 +6,36 @@ open Fable.AST open Fable.AST.Fable [<assembly: ScanForPlugins>] -do ()...
[ "src/Oxpecker.Solid.FablePlugin/Library.fs" ]
[]
true
Lanayx/Oxpecker
42
issue_to_patch
Make Solid tests EOL-agnostic
On Windows, jsx files are created with CRLF whereas the expected files are LF. Using ReadAllLines instead of ReadAllText is a simple solution.
dcf7e9fb4659e9bff34012ade765a7cf705bc2bd
2a30b5f1e9caf283300452a2b1b4350ca5b6a826
[ "tests/Oxpecker.Solid.Tests/Common.fs" ]
[]
diff --git a/tests/Oxpecker.Solid.Tests/Common.fs b/tests/Oxpecker.Solid.Tests/Common.fs index 22db0432..3c085a26 100644 --- a/tests/Oxpecker.Solid.Tests/Common.fs +++ b/tests/Oxpecker.Solid.Tests/Common.fs @@ -15,8 +15,8 @@ let private runCase folderName caseName = |> Output.toExitCode |> shouldEqual 0 - ...
true
Lanayx/Oxpecker
35
issue_to_patch
fixing AlpineJs warning
##Problem The web browser console shows the following warning ``` Alpine Warning: Unable to initialize. Trying to load Alpine before `<body>` is available. Did you forget to add `defer` in Alpine's `<script>` tag? ``` ## Solution Add defer tag when loading AlpineJs
573ca976dce526ca4e2ebd30d6592c4248a4c710
d4243ffe36cd40b18432a1f2b0e7fb65e8f06578
diff --git a/examples/WeatherApp/templates/shared/layout.fs b/examples/WeatherApp/templates/shared/layout.fs index 6a10f856..869f5f62 100644 --- a/examples/WeatherApp/templates/shared/layout.fs +++ b/examples/WeatherApp/templates/shared/layout.fs @@ -84,7 +84,7 @@ module layout = link(rel="stylesheet",...
[ "examples/WeatherApp/templates/shared/layout.fs" ]
[]
true
Lanayx/Oxpecker
33
issue_to_patch
Introduce Oxpecker.ModelValidation
Validation model based on standard ASP.NET Core validation mechanism based on `System.ComponentModel.DataAnnotations` attributes.
34da71536eb556340c1c5201ac8efbcc90910829
b05c0846fbd1336f217bd2a173a4c8d11f6c9644
diff --git a/examples/CRUD/Backend/Handlers.fs b/examples/CRUD/Backend/Handlers.fs index 4dbd5395..3468a0e8 100644 --- a/examples/CRUD/Backend/Handlers.fs +++ b/examples/CRUD/Backend/Handlers.fs @@ -27,8 +27,6 @@ type OperationEnv(env: Env) = interface IGetProducts with member this.GetProducts() = Product...
[ "examples/CRUD/Backend/Handlers.fs", "examples/ContactApp/ContactApp.fsproj", "examples/ContactApp/Handlers.fs", "examples/ContactApp/Models.fs", "examples/ContactApp/README.md", "examples/ContactApp/templates/edit.fs", "examples/ContactApp/templates/new.fs", "examples/ContactApp/templates/shared/cont...
[ { "comment": "as an option\r\n```suggestion\r\n if not (dict.Contains(memberName)) then dict[memberName] <- ResizeArray(1)\r\n dict[memberName].Add(error.ErrorMessage)\r\n```", "path": "src/Oxpecker/ModelValidation.fs", "hunk": "@@ -0,0 +1,137 @@\n+namespa...
true
Lanayx/Oxpecker
30
issue_to_patch
use lighter version of HtmlEncode
We can use stringbuilder to encode strings that is not part of markup, removing unnecessary allocations. I registered almost 3x perf improvement in some scenarios on my machine. Implemented as per RFC: https://datatracker.ietf.org/doc/html/rfc1866#section-3.2.1
6f8ef1287d0178894480b0bb830939387163b363
ade1892c8665d6a65777f097984c1afa1942dd75
diff --git a/src/Oxpecker.ViewEngine/Builder.fs b/src/Oxpecker.ViewEngine/Builder.fs index 37c3421f..5b1919a7 100644 --- a/src/Oxpecker.ViewEngine/Builder.fs +++ b/src/Oxpecker.ViewEngine/Builder.fs @@ -28,13 +28,9 @@ module Builder = let mutable next = attributes.Head while isNotNull next do ...
[ "src/Oxpecker.ViewEngine/Builder.fs", "src/Oxpecker.ViewEngine/Tools.fs", "tests/Oxpecker.ViewEngine.Tests/Tools.Tests.fs" ]
[]
diff --git a/tests/Oxpecker.ViewEngine.Tests/Tools.Tests.fs b/tests/Oxpecker.ViewEngine.Tests/Tools.Tests.fs index a8a531b2..4e54a91f 100644 --- a/tests/Oxpecker.ViewEngine.Tests/Tools.Tests.fs +++ b/tests/Oxpecker.ViewEngine.Tests/Tools.Tests.fs @@ -1,5 +1,8 @@ module Tools.Tests +open System.Net +open System.Text...
true
Lanayx/Oxpecker
27
issue_to_patch
feat: minimize Fable output (requires Fable 4.23.0)
Hello, ## Why Looking at Oxpecker.Solid output I was impressed with how little addition it does compare to manual written code in JSX. And kept, thinking it would be nice to make it even smaller. Because Oxpecker.Solid is more or less only a binding to expose HTML/JSX API for `Oxpecker.Solid.FablePlugin`, we c...
612c90332d4da4fcfe6a831807e9231b2c030ebc
08bd01851beff8a686dd64495be83b73115d5ab4
diff --git a/examples/EmptySolid/.config/dotnet-tools.json b/examples/EmptySolid/.config/dotnet-tools.json index 88f2fd2d..331815c6 100644 --- a/examples/EmptySolid/.config/dotnet-tools.json +++ b/examples/EmptySolid/.config/dotnet-tools.json @@ -3,11 +3,11 @@ "isRoot": true, "tools": { "fable": { - "ve...
[ "examples/EmptySolid/.config/dotnet-tools.json", "examples/TodoList/.config/dotnet-tools.json", "src/Oxpecker.Solid/Aria.fs", "src/Oxpecker.Solid/Builder.fs", "src/Oxpecker.Solid/IdeTweaks.fs", "src/Oxpecker.Solid/SolidBindings.fs", "src/Oxpecker.Solid/SolidRouterBindings.fs", "src/Oxpecker.Solid/Tags...
[]
diff --git a/tests/Oxpecker.Solid.Tests/.config/dotnet-tools.json b/tests/Oxpecker.Solid.Tests/.config/dotnet-tools.json index 88f2fd2d..c38c77b5 100644 --- a/tests/Oxpecker.Solid.Tests/.config/dotnet-tools.json +++ b/tests/Oxpecker.Solid.Tests/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { ...
true
Lanayx/Oxpecker
21
issue_to_patch
Add more attributes to img tag
4c839538fcb059d0e3295e79582df455907c7d78
3c2f9df8a3ca214d095d73282d24ccf281e7c8f7
diff --git a/src/Oxpecker.ViewEngine/Tags.fs b/src/Oxpecker.ViewEngine/Tags.fs index 5f9f245a..68af8c40 100644 --- a/src/Oxpecker.ViewEngine/Tags.fs +++ b/src/Oxpecker.ViewEngine/Tags.fs @@ -197,6 +197,14 @@ module Tags = with set (value: int) = this.attr("width", string value) |> ignore member th...
[ "src/Oxpecker.ViewEngine/Tags.fs" ]
[ { "comment": "Seems like duplicate", "path": "src/Oxpecker.ViewEngine/Tags.fs", "hunk": "@@ -197,6 +197,14 @@ module Tags =\n with set (value: int) = this.attr(\"width\", string value) |> ignore\n member this.height\n with set (value: int) = this.attr(\"height\", string v...
true
Lanayx/Oxpecker
17
issue_to_patch
A few small DUs to structs
Tiny optimisation only.
4c340ee5f5bb54888051cbcd05b7d9f3b777f33c
85153612e70bf5c7e5c20ecb03e14cac3634d1d2
diff --git a/examples/WeatherApp/templates/shared/layout.fs b/examples/WeatherApp/templates/shared/layout.fs index eefec37e..ef72c070 100644 --- a/examples/WeatherApp/templates/shared/layout.fs +++ b/examples/WeatherApp/templates/shared/layout.fs @@ -73,9 +73,9 @@ module layout = html(lang="en") { ...
[ "examples/WeatherApp/templates/shared/layout.fs", "src/Oxpecker/Preconditional.fs", "src/Oxpecker/Routing.fs" ]
[ { "comment": "This is already a struct (because enum)", "path": "src/Oxpecker.ViewEngine/IdeTweaks.fs", "hunk": "@@ -2,6 +2,7 @@ namespace JetBrains.Annotations\n \n open System\n \n+[<Struct>]", "resolving_sha": "85153612e70bf5c7e5c20ecb03e14cac3634d1d2", "resolving_diff": "" } ]
true
Lanayx/Oxpecker
9
issue_to_patch
Use fantomas to format the code What do you think about using [fantomas](https://github.com/fsprojects/fantomas) to format the code? We can also use it in a github action to validate that the PRs are correctly formatted. Something like this: https://github.com/64J0/fsharp-monitoring/blob/main/.github/workflows/fant...
Use fantomas to check the code
## Description: With this PR, I'm adding a new CI workflow to check the code using fantomas. - Close https://github.com/Lanayx/Oxpecker/issues/1. You can look at how it works on CI here: https://github.com/64J0/Oxpecker/pull/1. ![image](https://github.com/Lanayx/Oxpecker/assets/50725287/a32f1723-8e66-4812-9...
ffcb27646374dbfa35a271c6cbc918303372aa19
094a67b5f3acf1f6ff6ffdb4d04274729656466a
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6f6dd62c..d12d45d4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,33 +10,41 @@ on: - cron: "0 0 * * *" env: + DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true + DOTNET_CLI_TELEMETRY_OPTOUT: true DOTNET_VERSION: 8.0.2...
[ ".github/workflows/CI.yml" ]
[]
true
Lanayx/Oxpecker
7
issue_to_patch
Add GitHubActions CI job
512b53106c1c7ed20115e77d39f918670f302474
c3ec42a51d06c9e48df80da6c054d6943e6ab652
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml new file mode 100644 index 00000000..3205208a --- /dev/null +++ b/.github/workflows/CI.yml @@ -0,0 +1,55 @@ +name: CI + +on: + push: + pull_request: + workflow_dispatch: + + schedule: + # once a day + - cron: "0 0 * * *" + +env: + DOTNET_VERSIO...
[ ".github/workflows/CI.yml" ]
[]
true
Lanayx/Oxpecker
3
issue_to_patch
added missing GetLogger by name extension
Very much needed :D
5a6d5e97669d5610b3012f67c76b64f459f39a4e
ab95417fc7adc4c13cc014642369f41d3e15af40
diff --git a/src/Oxpecker/HttpContextExtensions.fs b/src/Oxpecker/HttpContextExtensions.fs index 7031b9e2..e12363a1 100644 --- a/src/Oxpecker/HttpContextExtensions.fs +++ b/src/Oxpecker/HttpContextExtensions.fs @@ -95,6 +95,17 @@ type HttpContextExtensions() = [<Extension>] static member GetLogger(ctx: HttpCo...
[ "src/Oxpecker/HttpContextExtensions.fs" ]
[]
true
Laravel-Lang/lang
8,318
issue_to_patch
[source]: Updated Laravel Framework 13.x keys
Updated keys for Laravel Framework 13.x 💪
0bdb569eb2fd1132879860598ab03c5b35adf4a9
e8be918bcf17c8661b63d662231cf463bb66de31
diff --git a/source/framework/13.x/framework.json b/source/framework/13.x/framework.json index 8a07fcf05c6..543549f343e 100644 --- a/source/framework/13.x/framework.json +++ b/source/framework/13.x/framework.json @@ -13,7 +13,6 @@ "If you did not request a password reset, no further action is required.": "If you d...
[ "source/framework/13.x/framework.json" ]
[]
true
Laravel-Lang/lang
8,317
issue_to_patch
[source]: Updated Laravel Breeze master keys
Updated keys for Laravel Breeze master 💪
7d620f3e8537e375b112f65ad738ba4ed2043e93
fa96c37ca1761bb97e9563a1b35ad49863361583
diff --git a/source/breeze/master/breeze.json b/source/breeze/master/breeze.json index 1052ee04faf..eeaef6aad25 100644 --- a/source/breeze/master/breeze.json +++ b/source/breeze/master/breeze.json @@ -23,8 +23,8 @@ "New Password": "New Password", "Once your account is deleted, all of its resources and data wi...
[ "source/breeze/master/breeze.json" ]
[]
true
Laravel-Lang/lang
8,316
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
a13f87470c1545381e8f23672f7324f8e9524502
662888734f8d91e08577853b30e306071b38ced9
diff --git a/docs/statuses/de_AT.md b/docs/statuses/de_AT.md index 7fa5f3e3b48..451271933d7 100644 --- a/docs/statuses/de_AT.md +++ b/docs/statuses/de_AT.md @@ -4698,20 +4698,20 @@ Passkey verification session expired. Please try again. </td></tr> <tr><td width="50%"> -Password +password </td><td width="50%"> ...
[ "docs/statuses/de_AT.md" ]
[]
true
Laravel-Lang/lang
8,315
issue_to_patch
[source]: Synchronization of translation keys
🔑 Synchronization of translation keys
90a2526bb3369b4817b30d6e64d38cbfa0e28f15
670a5fc70222bd0a4e459f23a36c3873f44eaf54
diff --git a/locales/af/json.json b/locales/af/json.json index 47a30e7372f..cdda0c13ce4 100644 --- a/locales/af/json.json +++ b/locales/af/json.json @@ -502,8 +502,8 @@ "Passkey not recognized. It may have been removed from your account.": "Passkey not recognized. It may have been removed from your account.", ...
[ "locales/af/json.json", "locales/ak/json.json", "locales/am/json.json", "locales/ar/json.json", "locales/as/json.json", "locales/az/json.json", "locales/be/json.json", "locales/bg/json.json", "locales/bho/json.json", "locales/bm/json.json", "locales/bn/json.json", "locales/bs/json.json", "lo...
[]
true
Laravel-Lang/lang
8,314
issue_to_patch
[source]: Updated Laravel Breeze 2.x keys
Updated keys for Laravel Breeze 2.x 💪
52104ffca2243006002c5d9e5b215e4506213fcd
412deedf10a74b06c04a61781d5fb26dc49bc6db
diff --git a/source/breeze/2.x/breeze.json b/source/breeze/2.x/breeze.json index 1052ee04faf..eeaef6aad25 100644 --- a/source/breeze/2.x/breeze.json +++ b/source/breeze/2.x/breeze.json @@ -23,8 +23,8 @@ "New Password": "New Password", "Once your account is deleted, all of its resources and data will be perman...
[ "source/breeze/2.x/breeze.json" ]
[]
true
Laravel-Lang/lang
8,313
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
c4a236543f64cb67bf03e52e85209ee2ca2066e9
3b6e3e29a65bb706d16cd131ab74afc47d3ff351
diff --git a/docs/statuses/nl.md b/docs/statuses/nl.md index cbc4870d2aa..a1c0e0819e1 100644 --- a/docs/statuses/nl.md +++ b/docs/statuses/nl.md @@ -4,12 +4,12 @@ editLink: false # nl -##### All missed: 11 +##### All missed: 10 ### json -##### Missing: 9 +##### Missing: 8 <table width="100%"> <tr><th wi...
[ "docs/statuses/nl.md" ]
[]
true
Laravel-Lang/lang
8,312
issue_to_patch
[nl]: Update Dutch translation for "Verify your email address"
9a4bc2f9e9523e0c8fbd1ddc6a7031ef49cad638
8d3aebae8d76023e2e8937f241237124b949953d
diff --git a/locales/nl/json.json b/locales/nl/json.json index d66d1cfdeb5..56a32d21273 100644 --- a/locales/nl/json.json +++ b/locales/nl/json.json @@ -808,7 +808,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivariaanse Republiek", "Verify Email Address": "Verifieer ...
[ "locales/nl/json.json" ]
[]
true
Laravel-Lang/lang
8,311
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
63540ce04c4109dba7da7222d36e3e77568086a4
cfd9c38b89dc5e53f814c4df99d8815bf290bf49
diff --git a/docs/status.md b/docs/status.md index 82de4e54dc8..bfc6ce92609 100644 --- a/docs/status.md +++ b/docs/status.md @@ -83,7 +83,7 @@ editLink: false </td><td width="12%"> -[de&nbsp;❗](statuses/de.md) +[de&nbsp;✔](statuses/de.md) </td><td width="12%"> diff --git a/docs/statuses/de.md b/docs/statuses/...
[ "docs/status.md", "docs/statuses/de.md" ]
[]
true
Laravel-Lang/lang
8,305
issue_to_patch
[de]: Translated missing keys
09fcd42466e237ccf8cec0740abd59d664102213
8a339893aff1fc278e238078a9a6c8ac4c9656f7
diff --git a/locales/de/json.json b/locales/de/json.json index 247521a8c9f..1279f0935d5 100644 --- a/locales/de/json.json +++ b/locales/de/json.json @@ -337,7 +337,7 @@ "Increase": "erhöhen", "India": "Indien", "Indonesia": "Indonesien", - "Invalid credential format.": "Invalid credential format.", + ...
[ "locales/de/json.json" ]
[]
true
Laravel-Lang/lang
8,310
issue_to_patch
Delete SECURITY.md
51203071a50b8fc6652fe3416a22b0c1fc93eaa8
d6be89625e82c3308baee07e497225ab06b91bf1
diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index f77ef06e695..00000000000 --- a/SECURITY.md +++ /dev/null @@ -1,3 +0,0 @@ -# Security Policy - -This project is text translations of Laravel project. So, this project doesn't need to have security policy.
[ "SECURITY.md" ]
[]
true
Laravel-Lang/lang
8,306
issue_to_patch
[ar]: Translate laravel/passkeys
1021256dc4e9df3030b76e95e5670c050454cdae
81f09306541cda5786ba2fe66944597928749583
diff --git a/locales/ar/json.json b/locales/ar/json.json index 29e55093f43..81c773e2c4a 100644 --- a/locales/ar/json.json +++ b/locales/ar/json.json @@ -337,7 +337,7 @@ "Increase": "زيادة", "India": "الهند", "Indonesia": "إندونيسيا", - "Invalid credential format.": "Invalid credential format.", + "...
[ "locales/ar/json.json", "locales/ar/php-inline.json", "locales/ar/php.json" ]
[]
true
Laravel-Lang/lang
8,307
issue_to_patch
[zh_CN]: Update translations for various phrases
1021256dc4e9df3030b76e95e5670c050454cdae
ae8d2e3ab59f77065b8cb6156780e255a5fbb0ef
diff --git a/locales/zh_CN/json.json b/locales/zh_CN/json.json index 9b06d03b7d4..b2175aa718a 100644 --- a/locales/zh_CN/json.json +++ b/locales/zh_CN/json.json @@ -263,7 +263,7 @@ "ex VAT": "不含增值税", "Excel (.xlsx)": "Excel (.xlsx)", "Expires :expiration": "过期 :expiration", - "Export As CSV": "Export ...
[ "locales/zh_CN/json.json", "locales/zh_CN/php-inline.json", "locales/zh_CN/php.json" ]
[]
true
Laravel-Lang/lang
8,309
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
42c245bbca01b28a9fd347ddff40af30b5ddaed3
5cba10e31a6fe92243cf83ee50822c3136499907
diff --git a/docs/status.md b/docs/status.md index 050e0028229..82de4e54dc8 100644 --- a/docs/status.md +++ b/docs/status.md @@ -4,7 +4,7 @@ editLink: false # Completion Status -> Translation of localizations is completed by **98.33%** (147K / 149.5K). +> Translation of localizations is completed by **98.35%** (14...
[ "docs/status.md", "docs/statuses/zh_CN.md" ]
[]
true
Laravel-Lang/lang
8,308
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
94050888535fdfc8c09a0d9ec179bddc6933fee8
09cf06b4c69905d3974188f68821546770a25f2d
diff --git a/docs/status.md b/docs/status.md index 3e2336f062f..050e0028229 100644 --- a/docs/status.md +++ b/docs/status.md @@ -4,7 +4,7 @@ editLink: false # Completion Status -> Translation of localizations is completed by **98.32%** (147K / 149.5K). +> Translation of localizations is completed by **98.33%** (14...
[ "docs/status.md", "docs/statuses/ar.md" ]
[]
true
Laravel-Lang/lang
8,304
issue_to_patch
[source]: Fix laravel/passkeys semver
`laravel/passkeys` is at version `0.2.x`. Therefore ```php Composer\InstalledVersions::satisfies(new Composer\Semver\VersionParser, 'laravel/passkeys', 'dev-main || ^0.1.0') ``` returns `false` and [`laravel-lang/publisher`](https://github.com/Laravel-Lang/publisher/blob/main/src/Plugins/Plugin.php#L59) is not c...
09fcd42466e237ccf8cec0740abd59d664102213
1cefb80c4bc5e049fd70a29e9328d633b955a29a
diff --git a/src/Plugins/Passkeys/Main.php b/src/Plugins/Passkeys/Main.php index aa72932d174..fb829a9dc59 100644 --- a/src/Plugins/Passkeys/Main.php +++ b/src/Plugins/Passkeys/Main.php @@ -10,7 +10,7 @@ class Main extends Plugin { protected ?string $vendor = 'laravel/passkeys'; - protected string $version = ...
[ "src/Plugins/Passkeys/Main.php" ]
[ { "comment": "In that case, it should be stated differently:\r\n\r\n```suggestion\r\n protected string $version = 'dev-main || 0.*';\r\n```\r\n\r\nThese are \"pre\" versions. Their versioning works a little differently.\r\n\r\nhttps://getcomposer.org/doc/articles/versions.md", "path": "src/Plugins/Passke...
true
Laravel-Lang/lang
8,304
comment_to_fix
[source]: Fix laravel/passkeys semver
In that case, it should be stated differently: ```suggestion protected string $version = 'dev-main || 0.*'; ``` These are "pre" versions. Their versioning works a little differently. https://getcomposer.org/doc/articles/versions.md
09fcd42466e237ccf8cec0740abd59d664102213
1cefb80c4bc5e049fd70a29e9328d633b955a29a
diff --git a/src/Plugins/Passkeys/Main.php b/src/Plugins/Passkeys/Main.php index aa72932d174..fb829a9dc59 100644 --- a/src/Plugins/Passkeys/Main.php +++ b/src/Plugins/Passkeys/Main.php @@ -10,7 +10,7 @@ class Main extends Plugin { protected ?string $vendor = 'laravel/passkeys'; - protected string $version = ...
[ "src/Plugins/Passkeys/Main.php" ]
[ { "comment": "In that case, it should be stated differently:\r\n\r\n```suggestion\r\n protected string $version = 'dev-main || 0.*';\r\n```\r\n\r\nThese are \"pre\" versions. Their versioning works a little differently.\r\n\r\nhttps://getcomposer.org/doc/articles/versions.md", "path": "src/Plugins/Passke...
true
Laravel-Lang/lang
8,303
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
61c239f3d6591f310668e386026adaffc7cf5c25
1732a0087f2ef2af7d1ad410d25e082412eeecaa
diff --git a/docs/status.md b/docs/status.md index e90befbbd9b..3e2336f062f 100644 --- a/docs/status.md +++ b/docs/status.md @@ -235,7 +235,7 @@ editLink: false </td><td width="12%"> -[ko&nbsp;❗](statuses/ko.md) +[ko&nbsp;✔](statuses/ko.md) </td></tr> <tr><td width="12%"> diff --git a/docs/statuses/ko.md b/doc...
[ "docs/status.md", "docs/statuses/ko.md" ]
[]
true
Laravel-Lang/lang
8,302
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
e33e4d4ba6173eda4d41c90543f61d14f31d63fc
895365e99120d06a82be1fca7fc983a23d7ce152
diff --git a/docs/status.md b/docs/status.md index e90befbbd9b..3e2336f062f 100644 --- a/docs/status.md +++ b/docs/status.md @@ -235,7 +235,7 @@ editLink: false </td><td width="12%"> -[ko&nbsp;❗](statuses/ko.md) +[ko&nbsp;✔](statuses/ko.md) </td></tr> <tr><td width="12%"> diff --git a/docs/statuses/ko.md b/doc...
[ "docs/status.md", "docs/statuses/ko.md" ]
[]
true
Laravel-Lang/lang
8,300
issue_to_patch
[zh_TW]: fix wrong translation of "field"
Original translation is zh_CN, not for zh_TW.
78d8e83900ef010d197287b57e569b7131caa0d1
98959285a9073fceaa440c81013ef5f473ec2266
diff --git a/locales/zh_TW/json.json b/locales/zh_TW/json.json index 54a494c2cd8..977c37ad830 100644 --- a/locales/zh_TW/json.json +++ b/locales/zh_TW/json.json @@ -555,7 +555,7 @@ "Remove Photo": "移除照片", "Remove Team Member": "移除團隊成員", "Replicate": "複製", - "Required fields": "必填字段", + "Required fi...
[ "locales/zh_TW/json.json", "locales/zh_TW/php-inline.json", "locales/zh_TW/php.json" ]
[]
true
Laravel-Lang/lang
8,301
issue_to_patch
[source]: Fix version compare for laravel/passkeys
Publisher don't recognize dev version because laravel/passkeys now uses tagged versions
5f170001d1bd0c0f7be34c0aee287cf2874fac7c
aae48dafd46e07b3e973642a88445c4c331e4ea8
diff --git a/src/Plugins/Passkeys/Main.php b/src/Plugins/Passkeys/Main.php index 21f995504bc..aa72932d174 100644 --- a/src/Plugins/Passkeys/Main.php +++ b/src/Plugins/Passkeys/Main.php @@ -10,7 +10,7 @@ class Main extends Plugin { protected ?string $vendor = 'laravel/passkeys'; - protected string $version = ...
[ "src/Plugins/Passkeys/Main.php" ]
[]
true
Laravel-Lang/lang
8,299
issue_to_patch
[ko]: translate missing a string #8288
#8288
78d8e83900ef010d197287b57e569b7131caa0d1
044a6356f5968bd681cb4f3b9d1ea34d9aa774ed
diff --git a/locales/ko/json.json b/locales/ko/json.json index aaf81cee687..0e0443dfc41 100644 --- a/locales/ko/json.json +++ b/locales/ko/json.json @@ -337,7 +337,7 @@ "Increase": "증가", "India": "인도", "Indonesia": "인도네시아", - "Invalid credential format.": "Invalid credential format.", + "Invalid cr...
[ "locales/ko/json.json" ]
[]
true
Laravel-Lang/lang
8,298
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
a01f23dad9c58c17ee3d2668a720a1a32f26c6e8
6312ce63aace113520f147d2b56b9cd92bf4542a
diff --git a/docs/status.md b/docs/status.md index 63d93a906ca..e90befbbd9b 100644 --- a/docs/status.md +++ b/docs/status.md @@ -400,7 +400,7 @@ editLink: false </td><td width="12%"> -[sk&nbsp;❗](statuses/sk.md) +[sk&nbsp;✔](statuses/sk.md) </td></tr> <tr><td width="12%"> diff --git a/docs/statuses/sk.md b/doc...
[ "docs/status.md", "docs/statuses/sk.md" ]
[]
true
Laravel-Lang/lang
8,297
issue_to_patch
[sk]: Update translations
89d0b52c6447b460bc3c5bbe8e61882036c165fd
070869887278765d564244f398d9d74009b7a484
diff --git a/locales/sk/json.json b/locales/sk/json.json index 6aeca92617d..3f763209ffb 100644 --- a/locales/sk/json.json +++ b/locales/sk/json.json @@ -148,7 +148,7 @@ "Chile": "Čile", "China": "Čína", "Choose": "Vybrať", - "Choose :field": "Vybrať :field", + "Choose :field": "Vyberte :field", ...
[ "locales/sk/json.json" ]
[]
true
Laravel-Lang/lang
8,296
issue_to_patch
[source]: Remove download for Nova 4.x
Removed the '4.x' branch from the nova matrix configuration.
477f7e950a24eaf072aacf90a59e70250a96aa91
bc859f659b2d7cf222707f7c58714541f7ed8ed6
diff --git a/.github/workflows/download.yml b/.github/workflows/download.yml index 5a5847cfc55..388d17a4474 100644 --- a/.github/workflows/download.yml +++ b/.github/workflows/download.yml @@ -106,7 +106,6 @@ jobs: fail-fast: true matrix: nova: - - { branch:...
[ ".github/workflows/download.yml" ]
[]
true
Laravel-Lang/lang
8,290
issue_to_patch
[es]: Translate missing keys (passkeys)
e5e1ff88a542da0b2c8ee497213a4b331d6c32c9
07db5f6f07d9093f47e3c4a09ac36b90a79b401e
diff --git a/locales/es/json.json b/locales/es/json.json index 2565c5fbbd3..14a43fbb3a3 100644 --- a/locales/es/json.json +++ b/locales/es/json.json @@ -337,7 +337,7 @@ "Increase": "Incrementar", "India": "India", "Indonesia": "Indonesia", - "Invalid credential format.": "Invalid credential format.", ...
[ "locales/es/json.json" ]
[]
true
Laravel-Lang/lang
8,294
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
b90f88b335744f0f0e65d14acd73faf3eab6283a
aeba1c96696f37646e3858e2a7b9719da11917c9
diff --git a/docs/status.md b/docs/status.md index 69f868d4b9c..63d93a906ca 100644 --- a/docs/status.md +++ b/docs/status.md @@ -4,7 +4,7 @@ editLink: false # Completion Status -> Translation of localizations is completed by **98.31%** (147K / 149.5K). +> Translation of localizations is completed by **98.32%** (14...
[ "docs/status.md", "docs/statuses/ko.md" ]
[]
true
Laravel-Lang/lang
8,293
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
3bfcead1a3614f52079332fbd4347332c34c6cc4
09b24767537e57f114a6bb2be1a0a1f03c46761a
diff --git a/docs/status.md b/docs/status.md index f349f963f7a..63d93a906ca 100644 --- a/docs/status.md +++ b/docs/status.md @@ -4,7 +4,7 @@ editLink: false # Completion Status -> Translation of localizations is completed by **98.31%** (147K / 149.5K). +> Translation of localizations is completed by **98.32%** (14...
[ "docs/status.md", "docs/statuses/es.md", "docs/statuses/ko.md" ]
[]
true
Laravel-Lang/lang
8,292
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
613454cbd5c60f4199dea258bffd2f502f042815
6bc4bebe0e8f00468e5e3bb0f4196fde9afbe2d8
diff --git a/docs/status.md b/docs/status.md index f349f963f7a..69f868d4b9c 100644 --- a/docs/status.md +++ b/docs/status.md @@ -116,7 +116,7 @@ editLink: false </td><td width="12%"> -[es&nbsp;❗](statuses/es.md) +[es&nbsp;✔](statuses/es.md) </td><td width="12%"> diff --git a/docs/statuses/es.md b/docs/statuse...
[ "docs/status.md", "docs/statuses/es.md" ]
[]
true
Laravel-Lang/lang
8,291
issue_to_patch
[ko]: Synchronization of translation keys Laravel-Lang/lang#8288
Laravel-Lang/lang#8288
e5e1ff88a542da0b2c8ee497213a4b331d6c32c9
21c48022abbc82fda2c22f3b9f1b1c2e2b243831
diff --git a/locales/ko/json.json b/locales/ko/json.json index 94cdc677508..aaf81cee687 100644 --- a/locales/ko/json.json +++ b/locales/ko/json.json @@ -499,9 +499,9 @@ "Panama": "파나마", "Papua New Guinea": "파푸아뉴기니", "Paraguay": "파라과이", - "Passkey not recognized. It may have been removed from your acco...
[ "locales/ko/json.json" ]
[]
true
Laravel-Lang/lang
8,289
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
f3b2b5e094ed6558d9a3a2260eb5f09b303eec14
2081a41915d99ee359fe80593c3bf57cbdf4f156
diff --git a/docs/status.md b/docs/status.md index 81ad45b4003..f349f963f7a 100644 --- a/docs/status.md +++ b/docs/status.md @@ -4,20 +4,20 @@ editLink: false # Completion Status -> Translation of localizations is completed by **98.99%** (147K / 148.5K). +> Translation of localizations is completed by **98.31%** (...
[ "docs/status.md", "docs/statuses/af.md", "docs/statuses/ak.md", "docs/statuses/am.md", "docs/statuses/ar.md", "docs/statuses/as.md", "docs/statuses/az.md", "docs/statuses/be.md", "docs/statuses/bg.md", "docs/statuses/bho.md", "docs/statuses/bm.md", "docs/statuses/bn.md", "docs/statuses/bs.md...
[]
true
Laravel-Lang/lang
8,288
issue_to_patch
[source]: Synchronization of translation keys
🔑 Synchronization of translation keys
ebcac8df4d49360de21d49e859d13264b5786b47
ccea310e947e0c9bc156ffe85904d70d0d8bb450
diff --git a/locales/af/json.json b/locales/af/json.json index 6a7f5324200..47a30e7372f 100644 --- a/locales/af/json.json +++ b/locales/af/json.json @@ -337,6 +337,7 @@ "Increase": "Verhoog", "India": "Indië", "Indonesia": "Indonesië", + "Invalid credential format.": "Invalid credential format.", ...
[ "locales/af/json.json", "locales/ak/json.json", "locales/am/json.json", "locales/ar/json.json", "locales/as/json.json", "locales/az/json.json", "locales/be/json.json", "locales/bg/json.json", "locales/bho/json.json", "locales/bm/json.json", "locales/bn/json.json", "locales/bs/json.json", "lo...
[]
true
Laravel-Lang/lang
8,287
issue_to_patch
[source]: Add laravel/passkeys translations
c483c1a989ba1455aaa423f7c8ee2a157d12822e
099b38a8f2a21af2965f94bb1dcf8d2df6b16696
diff --git a/.github/workflows/download.yml b/.github/workflows/download.yml index 5d88a9d601b..5a5847cfc55 100644 --- a/.github/workflows/download.yml +++ b/.github/workflows/download.yml @@ -69,6 +69,21 @@ jobs: --project=fortify \ --ver=${{ matrix.version }} + passkeys:...
[ ".github/workflows/download.yml", "source/passkeys/extended.json", "source/passkeys/main/passkeys.json", "src/Plugin.php", "src/Plugins/Passkeys/Main.php" ]
[]
true
Laravel-Lang/lang
8,286
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
9a1d194c9a72b8ee70a3515d8415e9645fe531fe
d39cce3616d209bc78a8a397dae3d58ad738e1dd
diff --git a/docs/status.md b/docs/status.md index 6fc08b3979d..81ad45b4003 100644 --- a/docs/status.md +++ b/docs/status.md @@ -215,7 +215,7 @@ editLink: false </td><td width="12%"> -[ja&nbsp;❗](statuses/ja.md) +[ja&nbsp;✔](statuses/ja.md) </td><td width="12%"> diff --git a/docs/statuses/ja.md b/docs/statuse...
[ "docs/status.md", "docs/statuses/ja.md" ]
[]
true
Laravel-Lang/lang
8,285
issue_to_patch
[ja]: Add missing Japanese translation for encoding rule
## Summary - Added missing Japanese translations for the `encoding` validation rule in `php.json` and `php-inline.json` - This rule was already translated in other locales but was left untranslated in ja, so I translated it to maintain consistency ## Changes - `php.json` `encoding`: "The :attribute field must be enc...
b376a2c952d4f5ede1313cb787bc9d8e9725add7
7394616e158fd363dfceaf7ca60c51f19fc4c7f8
diff --git a/locales/ja/php-inline.json b/locales/ja/php-inline.json index 75571e5759d..89e9f0e8472 100644 --- a/locales/ja/php-inline.json +++ b/locales/ja/php-inline.json @@ -36,7 +36,7 @@ "doesnt_end_with": "「:values」以外で終わる必要があります。", "doesnt_start_with": "「:values」以外で始まる必要があります。", "email": "無効なメールアドレス...
[ "locales/ja/php-inline.json", "locales/ja/php.json" ]
[]
true
Laravel-Lang/lang
8,278
issue_to_patch
[ja]: Add missing Japanese translation
## Summary - A...
1b9f16db5c85f6cc241f30c20111b80ee18311b9
13e803842846d30ebe6ad9c37b14702fc7496c17
diff --git a/locales/ja/json.json b/locales/ja/json.json index 2e1e17656e7..0661c91ad9d 100644 --- a/locales/ja/json.json +++ b/locales/ja/json.json @@ -556,7 +556,7 @@ "Reset Filters": "フィルタをリセット", "Reset Password": "パスワード再設定", "Reset Password Notification": "パスワード再設定のお知らせ", - "Reset your password": ...
[ "locales/ja/json.json" ]
[]
true
Laravel-Lang/lang
8,284
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
c2e40b08fc7bccb8668fdff89b95f504f1ff393c
bde2743efdc06fb991924c74efb55c2c67c17670
diff --git a/docs/status.md b/docs/status.md index 61abfdd3f15..6fc08b3979d 100644 --- a/docs/status.md +++ b/docs/status.md @@ -4,7 +4,7 @@ editLink: false # Completion Status -> Translation of localizations is completed by **98.98%** (147K / 148.5K). +> Translation of localizations is completed by **98.99%** (14...
[ "docs/status.md", "docs/statuses/ja.md" ]
[]
true
Laravel-Lang/lang
8,283
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
f88465618ea67c52df29ff8f3052a1cf46ebd2c0
a61d49217e9f3ac62449338fdfe4ad58c3b5d4a3
diff --git a/docs/status.md b/docs/status.md index 48e24ea076c..61abfdd3f15 100644 --- a/docs/status.md +++ b/docs/status.md @@ -128,7 +128,7 @@ editLink: false </td><td width="12%"> -[fa&nbsp;❗](statuses/fa.md) +[fa&nbsp;✔](statuses/fa.md) </td><td width="12%"> diff --git a/docs/statuses/fa.md b/docs/statuse...
[ "docs/status.md", "docs/statuses/fa.md" ]
[]
true
Laravel-Lang/lang
8,282
issue_to_patch
[fa]: added the remaining translations.
finished the remaining translations.
c388b20ea78da7ad6234f9ec0681d326f31d35f6
ec3a32b3f39d6940b6eb60169e500deb2cb898c0
diff --git a/locales/fa/json.json b/locales/fa/json.json index 9337ab17a32..3008309e6ab 100644 --- a/locales/fa/json.json +++ b/locales/fa/json.json @@ -556,7 +556,7 @@ "Reset Filters": "بازنشانی فیلتر ها", "Reset Password": "فراموشی رمزعبور", "Reset Password Notification": "پیام فراموشی رمزعبور", - "...
[ "locales/fa/json.json" ]
[ { "comment": "اینجا ترجمه بهتری نمیشه قرارداد؟\nاز لحاظ ساختاری ایراد داره اینطوری", "path": "locales/fa/json.json", "hunk": "@@ -556,7 +556,7 @@\n \"Reset Filters\": \"بازنشانی فیلتر ها\",\n \"Reset Password\": \"فراموشی رمزعبور\",\n \"Reset Password Notification\": \"پیام فراموشی رمزعبور\"...
true
Laravel-Lang/lang
8,282
comment_to_fix
[fa]: added the remaining translations.
اینجا ترجمه بهتری نمیشه قرارداد؟ از لحاظ ساختاری ایراد داره اینطوری
c388b20ea78da7ad6234f9ec0681d326f31d35f6
ec3a32b3f39d6940b6eb60169e500deb2cb898c0
diff --git a/locales/fa/json.json b/locales/fa/json.json index 9337ab17a32..3008309e6ab 100644 --- a/locales/fa/json.json +++ b/locales/fa/json.json @@ -556,7 +556,7 @@ "Reset Filters": "بازنشانی فیلتر ها", "Reset Password": "فراموشی رمزعبور", "Reset Password Notification": "پیام فراموشی رمزعبور", - "...
[ "locales/fa/json.json" ]
[ { "comment": "اینجا ترجمه بهتری نمیشه قرارداد؟\nاز لحاظ ساختاری ایراد داره اینطوری", "path": "locales/fa/json.json", "hunk": "@@ -556,7 +556,7 @@\n \"Reset Filters\": \"بازنشانی فیلتر ها\",\n \"Reset Password\": \"فراموشی رمزعبور\",\n \"Reset Password Notification\": \"پیام فراموشی رمزعبور\"...
true
Laravel-Lang/lang
8,281
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
14764074e12e911e911d1211a1ca9001f557e2e4
ad251f21fb82fdcf9828428e9bd679306a8672f8
diff --git a/docs/statuses/fa.md b/docs/statuses/fa.md index 76e49786ae0..1af3e7ed898 100644 --- a/docs/statuses/fa.md +++ b/docs/statuses/fa.md @@ -4,7 +4,7 @@ editLink: false # fa -##### All missed: 4 +##### All missed: 2 ### json @@ -43,61 +43,3 @@ Verify your email address [ [go back](../status.md) | [...
[ "docs/statuses/fa.md" ]
[]
true
Laravel-Lang/lang
8,280
issue_to_patch
[fa]: Added missing encoding validation translation
This PR adds the missing `encoding` validation message to Persian (fa) locale: - php.json - php-inline.json
1b9f16db5c85f6cc241f30c20111b80ee18311b9
9fd117efa3d4504966f4e4286a53deca83cbf72d
diff --git a/locales/fa/php-inline.json b/locales/fa/php-inline.json index 9a5c4f9552a..cc503986ecf 100644 --- a/locales/fa/php-inline.json +++ b/locales/fa/php-inline.json @@ -36,7 +36,7 @@ "doesnt_end_with": "این مقدار نباید با این مقادیر تمام شود : :values.", "doesnt_start_with": "این مقدار نباید با این مق...
[ "locales/fa/php-inline.json", "locales/fa/php.json" ]
[]
true
Laravel-Lang/lang
8,274
issue_to_patch
[ar]: Improve Arabic translation consistency in validation messages
- Improved wording for several Arabic validation messages - Fixed grammatical issues - Unified translation style across some translations
5e792d0b66030d5c88bb8524a78134633b1294c1
c9e55664ed0e2ab859b9314ad1b5dd713c0374ab
diff --git a/locales/ar/json-inline.json b/locales/ar/json-inline.json index 09c02f5f61d..324eafaed8f 100644 --- a/locales/ar/json-inline.json +++ b/locales/ar/json-inline.json @@ -8,9 +8,9 @@ "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one spec...
[ "locales/ar/json-inline.json", "locales/ar/php-inline.json" ]
[ { "comment": "استخدم **على** وليس **علي**", "path": "locales/ar/json-inline.json", "hunk": "@@ -8,9 +8,9 @@\n \"The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.\": \"يجب أن يتألف هذا الحقل على الأقل من :length خان...
true
Laravel-Lang/lang
8,275
issue_to_patch
[sv]: Fix variable name capitalization
## 🇸🇪 Swedish Variable Name Capitalization Fix Fixes critical variable name capitalization issues in Swedish Laravel language files that would cause interpolation failures. ### 🐛 Issues Fixed **Variable Name Capitalization Errors:** - → - → - → - → - → ### ⚠️ Why This Matters Laravel's translation sy...
5e792d0b66030d5c88bb8524a78134633b1294c1
c8973160d6f44625030fed674924495e884179e0
diff --git a/locales/sv/json.json b/locales/sv/json.json index 3e8c03231e5..1be8d0f2477 100644 --- a/locales/sv/json.json +++ b/locales/sv/json.json @@ -4,11 +4,11 @@ "30 Days": "30 dagar", "60 Days": "60 dagar", "90 Days": "90 dagar", - ":amount selected": ":Amount utvalda", - ":amount Total": ":A...
[ "locales/sv/json.json" ]
[ { "comment": "Are you sure the sentence should start with a lowercase letter?\n\nYou can read [this one](https://github.com/orgs/Laravel-Lang/discussions/7).", "path": "locales/sv/json.json", "hunk": "@@ -689,9 +689,9 @@\n \"The :attribute must contain at least one number.\": \":Attribute:an måste i...
true
Laravel-Lang/lang
8,277
issue_to_patch
[source]: Synchronization of translation keys
🔑 Synchronization of translation keys
300dba3219d99bb2b1e9a6327acf0b656eabda34
f0000ac252c0f49b2930f9e5c41f164ac8aa9e01
diff --git a/locales/ar/php-inline.json b/locales/ar/php-inline.json index 32aa3133ffc..452f7b6cbbe 100644 --- a/locales/ar/php-inline.json +++ b/locales/ar/php-inline.json @@ -135,4 +135,4 @@ "uppercase": "يجب أن يحتوي الحقل على حروف كبيرة.", "url": "الصيغة غير صحيحة.", "uuid": "يجب أن يكون بصيغة UUID س...
[ "locales/ar/php-inline.json" ]
[]
true
Laravel-Lang/lang
8,276
issue_to_patch
🦋 The code style has been fixed
The code style has been fixed
7d4d380a419c0715246f480d68631e2cdad01f01
2007f7284d004a925b69ebe2ac7f21268cb90350
diff --git a/locales/ar/php-inline.json b/locales/ar/php-inline.json index 32aa3133ffc..452f7b6cbbe 100644 --- a/locales/ar/php-inline.json +++ b/locales/ar/php-inline.json @@ -135,4 +135,4 @@ "uppercase": "يجب أن يحتوي الحقل على حروف كبيرة.", "url": "الصيغة غير صحيحة.", "uuid": "يجب أن يكون بصيغة UUID س...
[ "locales/ar/php-inline.json" ]
[]
true
Laravel-Lang/lang
8,273
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
791087e95fc8525c227f292ea6f6d4867f0bb2dc
fcbfd5aed26b41959fa586a7727edfd8325d6cd0
diff --git a/docs/statuses/it.md b/docs/statuses/it.md index 105e1791967..9fe07f0bb94 100644 --- a/docs/statuses/it.md +++ b/docs/statuses/it.md @@ -4,7 +4,7 @@ editLink: false # it -##### All missed: 3 +##### All missed: 2 ### json @@ -63,32 +63,3 @@ This field must be encoded in :encoding. [ [go back](.....
[ "docs/statuses/it.md" ]
[]
true
Laravel-Lang/lang
8,272
issue_to_patch
[it]: Added missing translation for encoding
This PR adds the missing Italian translation for the encoding validation rule. File modified: it/php.json Reason: The string was left in English.
247a403d88eaef2dc0bff242d8d00b444c4f9b67
7e6bdd3b327587036981c128d378a0fd5b7c24d3
diff --git a/locales/it/php.json b/locales/it/php.json index 7c22349708c..e8e8e591261 100644 --- a/locales/it/php.json +++ b/locales/it/php.json @@ -37,7 +37,7 @@ "doesnt_end_with": ":Attribute non può terminare con uno dei seguenti valori: :values.", "doesnt_start_with": ":Attribute non può iniziare con uno ...
[ "locales/it/php.json" ]
[]
true
Laravel-Lang/lang
8,271
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
afb2b23deff665e6858bb847bbec136c764eeace
5cdd2293ff19976bdb36cf914b403f7747bf32b1
diff --git a/docs/statuses/it.md b/docs/statuses/it.md index 0eef5fb99ad..105e1791967 100644 --- a/docs/statuses/it.md +++ b/docs/statuses/it.md @@ -4,12 +4,12 @@ editLink: false # it -##### All missed: 4 +##### All missed: 3 ### json -##### Missing: 2 +##### Missing: 1 <table width="100%"> <tr><th widt...
[ "docs/statuses/it.md" ]
[]
true
Laravel-Lang/lang
8,270
issue_to_patch
[source]: Translations status has been updated
📃 Translation statuses have been updated
79ba4a2195501933cbc41473a2367cc8fd2f9033
ef6091ea95b397e14eb2070f81075b70750b9e91
diff --git a/docs/statuses/nl.md b/docs/statuses/nl.md index 751b47a04ed..548c2848531 100644 --- a/docs/statuses/nl.md +++ b/docs/statuses/nl.md @@ -4,12 +4,12 @@ editLink: false # nl -##### All missed: 4 +##### All missed: 3 ### json -##### Missing: 2 +##### Missing: 1 <table width="100%"> <tr><th widt...
[ "docs/statuses/nl.md" ]
[]
true
Laravel-Lang/lang
8,266
issue_to_patch
[it]: Improved translations for password reset, email verification an…
Description: This PR improves the Italian localization by adding missing translations, fixing typos, and ensuring tone consistency across the project. Changes: Tone Consistency: Updated A new verification link... changing "vostro" to "tuo" to match Laravel's informal tone. Bug Fix: Corrected Checkout transl...
ccc092506de639d8cc86bb0d5d05d66cf91c1ef8
7a11acb34fd9a94d66e2147b618a28c53ee638fe
diff --git a/locales/it/json.json b/locales/it/json.json index 7ca327c8921..42abe7d90ad 100644 --- a/locales/it/json.json +++ b/locales/it/json.json @@ -13,7 +13,7 @@ "A fresh verification link has been sent to your email address.": "Un nuovo link di verifica è stato inviato al tuo indirizzo email.", "A new v...
[ "locales/it/json.json" ]
[]
true
Laravel-Lang/lang
8,269
issue_to_patch
[nl]: Missing keys translated + consistency
This PR bring small improvements: - Translated missing keys `Reset Filters` and `Reset your password`. - Correctly translated "Changes". - Updated the translations to be **Resource** + **Verb** (e.g. `:Resource verwijderen` instead of `Verwijder :resource`) where it was not yet the case. - Most other transla...
2d77ff7668c42153ecc3e1765eeb7d8cb0b6aeda
203462ddc1e0cc43e30115e8b6739fdc4cd3d0c4
diff --git a/locales/nl/json.json b/locales/nl/json.json index e84e258a87d..5d7548d6b81 100644 --- a/locales/nl/json.json +++ b/locales/nl/json.json @@ -6,7 +6,7 @@ "90 Days": "90 dagen", ":amount selected": ":amount geselecteerd", ":amount Total": ":amount in totaal", - ":days day trial": ":days dage...
[ "locales/nl/json.json" ]
[ { "comment": "```suggestion\n \"Changes\": \"Wijzigingen\",\n```", "path": "locales/nl/json.json", "hunk": "@@ -141,20 +141,20 @@\n \"Cayman Islands\": \"Kaaimaneilanden\",\n \"Central African Republic\": \"Centraal-Afrikaanse Republiek\",\n \"Chad\": \"Tsjaad\",\n- \"Change Subscripti...
true
Laravel-Lang/lang
8,269
comment_to_fix
[nl]: Missing keys translated + consistency
```suggestion "Changes": "Wijzigingen", ```
2d77ff7668c42153ecc3e1765eeb7d8cb0b6aeda
203462ddc1e0cc43e30115e8b6739fdc4cd3d0c4
diff --git a/locales/nl/json.json b/locales/nl/json.json index e84e258a87d..5d7548d6b81 100644 --- a/locales/nl/json.json +++ b/locales/nl/json.json @@ -6,7 +6,7 @@ "90 Days": "90 dagen", ":amount selected": ":amount geselecteerd", ":amount Total": ":amount in totaal", - ":days day trial": ":days dage...
[ "locales/nl/json.json" ]
[ { "comment": "```suggestion\n \"Changes\": \"Wijzigingen\",\n```", "path": "locales/nl/json.json", "hunk": "@@ -141,20 +141,20 @@\n \"Cayman Islands\": \"Kaaimaneilanden\",\n \"Central African Republic\": \"Centraal-Afrikaanse Republiek\",\n \"Chad\": \"Tsjaad\",\n- \"Change Subscripti...
true
Laravel-Lang/lang
8,269
comment_to_fix
[nl]: Missing keys translated + consistency
```suggestion ":days day trial": ":days dagen proefperiode", ```
2d77ff7668c42153ecc3e1765eeb7d8cb0b6aeda
203462ddc1e0cc43e30115e8b6739fdc4cd3d0c4
diff --git a/locales/nl/json.json b/locales/nl/json.json index e84e258a87d..5d7548d6b81 100644 --- a/locales/nl/json.json +++ b/locales/nl/json.json @@ -6,7 +6,7 @@ "90 Days": "90 dagen", ":amount selected": ":amount geselecteerd", ":amount Total": ":amount in totaal", - ":days day trial": ":days dage...
[ "locales/nl/json.json" ]
[ { "comment": "```suggestion\n \":days day trial\": \":days dagen proefperiode\",\n```", "path": "locales/nl/json.json", "hunk": "", "resolving_sha": "203462ddc1e0cc43e30115e8b6739fdc4cd3d0c4", "resolving_diff": "diff --git a/locales/nl/json.json b/locales/nl/json.json\nindex e84e258a87d..5d75...
true
Laravel-Lang/lang
8,268
issue_to_patch
🦋 The code style has been fixed
The code style has been fixed
0ef94b493a0ff9db38761d1a0d9ede0ce993e6b0
d02e7344a362b976cc6318c71ae7cc0eca263a9e
diff --git a/source/framework/13.x/validation.php b/source/framework/13.x/validation.php index f8eabd8a787..a16e56360fd 100644 --- a/source/framework/13.x/validation.php +++ b/source/framework/13.x/validation.php @@ -3,121 +3,121 @@ declare(strict_types=1); return [ - 'accepted' => 'The :attribute ...
[ "source/framework/13.x/validation.php" ]
[]
true
LeCoupa/awesome-cheatsheets
442
issue_to_patch
Add essential sections to MySQL: Alter, Indexes, and Transactions
Hi there! I've enhanced the MySQL cheat sheet by adding three essential sections that are crucial for day-to-day database management and development: 1. **Altering Table Structure**: Commands for adding, modifying, renaming, and dropping columns/tables. 2. **Indexes (Performance Tuning)**: Added `CREATE INDEX`,...
64d33cf36db73d5100eb99d6a01b4001aefce368
6326628901fce3a80d4f5c31a6ecda147b58d0e0
diff --git a/databases/mysql.sh b/databases/mysql.sh index d90c129a..43226f5f 100644 --- a/databases/mysql.sh +++ b/databases/mysql.sh @@ -82,3 +82,33 @@ SELECT User, Host FROM mysql.user; # List all current MySQL users SET GLOBAL general_log = 'ON'; # Enable query logging SHOW FULL PROCESSLIST; # Show the last que...
[ "databases/mysql.sh" ]
[ { "comment": "`SET AUTOCOMMIT = 0;` can leave the session in manual-commit mode after the example runs, which may cause unexpected long-running transactions/locks if the user forgets to re-enable it. Consider either (a) adding a companion `SET AUTOCOMMIT = 1;` line in this section or (b) updating the comment to...
true
LeCoupa/awesome-cheatsheets
442
comment_to_fix
Add essential sections to MySQL: Alter, Indexes, and Transactions
`SET AUTOCOMMIT = 0;` can leave the session in manual-commit mode after the example runs, which may cause unexpected long-running transactions/locks if the user forgets to re-enable it. Consider either (a) adding a companion `SET AUTOCOMMIT = 1;` line in this section or (b) updating the comment to explicitly warn to tu...
64d33cf36db73d5100eb99d6a01b4001aefce368
6326628901fce3a80d4f5c31a6ecda147b58d0e0
diff --git a/databases/mysql.sh b/databases/mysql.sh index d90c129a..43226f5f 100644 --- a/databases/mysql.sh +++ b/databases/mysql.sh @@ -82,3 +82,33 @@ SELECT User, Host FROM mysql.user; # List all current MySQL users SET GLOBAL general_log = 'ON'; # Enable query logging SHOW FULL PROCESSLIST; # Show the last que...
[ "databases/mysql.sh" ]
[ { "comment": "`SET AUTOCOMMIT = 0;` can leave the session in manual-commit mode after the example runs, which may cause unexpected long-running transactions/locks if the user forgets to re-enable it. Consider either (a) adding a companion `SET AUTOCOMMIT = 1;` line in this section or (b) updating the comment to...
true
LeCoupa/awesome-cheatsheets
442
comment_to_fix
Add essential sections to MySQL: Alter, Indexes, and Transactions
For consistency with the other ALTER examples (which explicitly use `... COLUMN ...`), consider using `ADD COLUMN` here as well. It also makes the intent unambiguous for readers skimming the cheat sheet. ```suggestion ALTER TABLE table_name ADD COLUMN column_name datatype; # Add a new column to an existing table...
64d33cf36db73d5100eb99d6a01b4001aefce368
6326628901fce3a80d4f5c31a6ecda147b58d0e0
diff --git a/databases/mysql.sh b/databases/mysql.sh index d90c129a..43226f5f 100644 --- a/databases/mysql.sh +++ b/databases/mysql.sh @@ -82,3 +82,33 @@ SELECT User, Host FROM mysql.user; # List all current MySQL users SET GLOBAL general_log = 'ON'; # Enable query logging SHOW FULL PROCESSLIST; # Show the last que...
[ "databases/mysql.sh" ]
[ { "comment": "For consistency with the other ALTER examples (which explicitly use `... COLUMN ...`), consider using `ADD COLUMN` here as well. It also makes the intent unambiguous for readers skimming the cheat sheet.\n```suggestion\nALTER TABLE table_name ADD COLUMN column_name datatype; # Add a new col...
true
LeCoupa/awesome-cheatsheets
443
issue_to_patch
Link fixes in the readme
## Documentation coverage gap fixed * `cheatsheets/README.md` was missing entries for files that already existed, causing incomplete navigation * Added the following to the table of contents: * `languages/XML.md` * `databases/mongodb.sh` * `tools/gcp.md` * `tools/macos.sh` ## Terminology consistenc...
cf532daa663458f0c40fa8185b01245369826714
9f52e75aaa1eebf85992f0ef09e5e59bb96498dc
diff --git a/README.md b/README.md index 6e2f94f3..90412307 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,29 @@ +<div align="center"> + [![AWESOME CHEATSHEETS LOGO](_design/cover_github@2x.png)](https://lecoupa.github.io/awesome-cheatsheets/) -<p align=center> - <a href="https://trendshift.io/repositories/5...
[ "README.md" ]
[]
true
LeCoupa/awesome-cheatsheets
448
issue_to_patch
Update Tailwind CSS cheatsheet for v2+/v3+ changes
## Summary - **Renamed outdated class names** to their modern equivalents: `.flex-no-wrap` → `.flex-nowrap`, `.row-gap-*`/`.col-gap-*` → `.gap-y-*`/`.gap-x-*`, `.font-hairline` → `.font-thin`, `.font-thin` → `.font-extralight`, `.whitespace-no-wrap` → `.whitespace-nowrap` - **Removed deprecated utilities** that no lo...
64d33cf36db73d5100eb99d6a01b4001aefce368
3ff3cc0cddbc3e0ce5d8031baf15634e351bbb20
diff --git a/frontend/tailwind.css b/frontend/tailwind.css index 5051bd5e..a18e218a 100644 --- a/frontend/tailwind.css +++ b/frontend/tailwind.css @@ -43,11 +43,14 @@ .hidden /* display: none; */ .block /* display: block; */ + .flow-root /* display: flow-root; */ .inline-bl...
[ "frontend/tailwind.css" ]
[]
true
LeCoupa/awesome-cheatsheets
424
issue_to_patch
Created Typescript cheatsheet
created a description for TypeScript in the languages section as TypeScript.md very detailed and also created a typescript.ts in frontend section
88e5be6e4b01edf6c36c8f78b246c8fba70aa058
a0ef3812d3c779a1f11fda346766598dd3c218c7
diff --git a/README.md b/README.md index 984ca006..b25690c9 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Feel free to take a look. You might learn new things. They have been designed to #### Functional - [JavaScript](languages/javascript.js) +- [Typescript](languages/typescript.md) </details> @@ -6...
[ "README.md", "frontend/typescript.ts", "languages/typescript.md" ]
[]
true
LeCoupa/awesome-cheatsheets
328
issue_to_patch
String methods added
8ec226716747f9c62bd803e46b767490a10fcb14
9d8c46566b48c37c1469cbcb8a60eba1cf11e905
diff --git a/languages/javascript.js b/languages/javascript.js index 9a8abfb1..78999089 100644 --- a/languages/javascript.js +++ b/languages/javascript.js @@ -94,3 +94,9 @@ arr.reduce(callback[, initialValue]) // Apply a function against arr.reduceRight(callback[, initialValue]) // Apply a f...
[ "languages/javascript.js" ]
[]
true
LeCoupa/awesome-cheatsheets
425
issue_to_patch
Add one liner to kill process on port
Added a handy one-liner command to kill any process on port
88e5be6e4b01edf6c36c8f78b246c8fba70aa058
dba33d6681d12c9c376bec202998d72f34128fc7
diff --git a/tools/ubuntu.sh b/tools/ubuntu.sh index e5d441f6..53ea927f 100644 --- a/tools/ubuntu.sh +++ b/tools/ubuntu.sh @@ -21,6 +21,7 @@ cat /proc/<process_id>/maps # Show the current virtual memory usage of a Linux ip r # Display ip of the server lsof -i :9000 # List process running on port 9000 +kill -9 $(l...
[ "tools/ubuntu.sh" ]
[]
true
LeCoupa/awesome-cheatsheets
99
issue_to_patch
'bash' language cheatsheet: fixed and improved.
Some corrections and additions to 'SHORTCUTS' module. Also renamed it to 'SHORTCUTS and HISTORY'.
52e18e593372aba7e8140000695eecc1b364fa48
6fe0435c7777df8de98b5d9f3536820c6a39c431
diff --git a/.gitignore b/.gitignore index 54166b97..83f1989c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ # Editors .vscode/ + +# Vim +*.swp diff --git a/languages/bash.sh b/languages/bash.sh index 0fe147c3..780e98c2 100644 --- a/languages/bash.sh +++ b/languages/bash.sh @@ -1,9 +1,8 @@ #!/bin/bash #...
[ ".gitignore", "languages/bash.sh" ]
[]
true
LeCoupa/awesome-cheatsheets
391
issue_to_patch
fix spelling and whitespace in cheatsheets
Just fixed a few spelling errors.
0931c8fc67bba00ae87535d920fea8aca325ad84
2f9037b24e3b5603c4d6da0d599036cda214e4b3
diff --git a/languages/C#.txt b/languages/C#.txt index abb9d650..81bd9447 100644 --- a/languages/C#.txt +++ b/languages/C#.txt @@ -3,7 +3,7 @@ CHEATSHEET C# 1. Data Types Primitive Size Example - + String 2 bytes/char s = "reference"; bool b = true; ...
[ "languages/C#.txt", "languages/C.txt", "languages/XML.md", "languages/bash.sh", "languages/golang.md", "languages/java.md", "languages/php.php", "languages/python.md" ]
[]
true
LeCoupa/awesome-cheatsheets
356
issue_to_patch
Add Comprehensive MySQL Commands to Cheatsheet
Add Comprehensive MySQL Commands to Cheatsheet - Included sections for Database and Table Operations, Data Manipulation, Backup and Restore, User Management and Security, Performance and Maintenance, Advanced Queries, System Information, and Miscellaneous commands. - Expanded each section with essential MySQL commands...
d143c60246d3f7ff773ef834ef3882f275704a03
4fdd37d875439425bfe0a1ced141e1e6c8e94abb
diff --git a/databases/mysql.sh b/databases/mysql.sh index 075e6098..d90c129a 100644 --- a/databases/mysql.sh +++ b/databases/mysql.sh @@ -16,3 +16,69 @@ GRANT ALL PRIVILEGES ON prospectwith.* TO 'power'@'localhost' WITH GRANT OPTION; CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password'; # Create user mysql -...
[ "databases/mysql.sh" ]
[]
true
LeCoupa/awesome-cheatsheets
273
issue_to_patch
add more shortcuts to vim.txt
d85a74febfe09de227e6f5372227bc77fec07e8f
707a1a22e27f3982e5886ba251fbaeb6279028c5
diff --git a/tools/vim.txt b/tools/vim.txt index 00c25c5a..43b818fc 100644 --- a/tools/vim.txt +++ b/tools/vim.txt @@ -1,6 +1,6 @@ ############################################################################## # VIM CHEATSHEET -# WEBSITE: http://www.vim.org/ +# WEBSITE: http://www.vim.org/ # DOCUMENTATION: https:/...
[ "tools/vim.txt" ]
[]
true
LeCoupa/awesome-cheatsheets
385
issue_to_patch
add docker init command to docker cheatsheet
2aee46f1699435995b570e745d6cde22520fac10
bf4c0379f2a7f20ee2834b6c4dacaeba3b3c68e3
diff --git a/tools/docker.sh b/tools/docker.sh index 728d5e2b..66587bb5 100644 --- a/tools/docker.sh +++ b/tools/docker.sh @@ -2,7 +2,7 @@ # DOCKER ############################################################################## - +docker init # Creates Docker-related starter files d...
[ "tools/docker.sh" ]
[]
true
LeCoupa/awesome-cheatsheets
390
issue_to_patch
Update C.txt
Added the devine semi colon. 👍 Great work!
2aee46f1699435995b570e745d6cde22520fac10
0f74ebe37b2f576af7aec5926b31025f8c4ee161
diff --git a/languages/C.txt b/languages/C.txt index ca721f53..59ea4415 100644 --- a/languages/C.txt +++ b/languages/C.txt @@ -149,6 +149,7 @@ Operators ^= bitwise exclusive or and store |= bitwise or and store , separator as in ( y=x,z=++x ) + ; statement terminator. Operator precedence
[ "languages/C.txt" ]
[]
true
LeCoupa/awesome-cheatsheets
381
issue_to_patch
Update readme: fix grammatical error in java.md
# An grammatical error in the Java content, in the ACCESS MODIFIERS section. Change: 1. defualt(No keyword required) To: 1 . default(No keyword required)
559d03ecf3db1450a19a0fb5f4b6ba3394a4eae0
22977d5ca1058d9f91798b0f06b26c9c2a7f8a4f
diff --git a/languages/java.md b/languages/java.md index dedf5c47..4c327ba6 100644 --- a/languages/java.md +++ b/languages/java.md @@ -286,7 +286,7 @@ for(dataType item : array) { ### ACCESS MODIFIERS -1. defualt(No keyword required) +1. default(No keyword required) 2. private 3. public 4. protected
[ "languages/java.md" ]
[]
true
LeCoupa/awesome-cheatsheets
372
issue_to_patch
updates vscode cheat sheet
1. adds command * opens previously closed tab 2. rm extra spaces at end of lines (one at the beginning on line 9)
d143c60246d3f7ff773ef834ef3882f275704a03
bea751612a989fc443568f944f86fe7d2c1a9e25
diff --git a/tools/vscode.md b/tools/vscode.md index f455b084..d44443ec 100644 --- a/tools/vscode.md +++ b/tools/vscode.md @@ -6,7 +6,8 @@ #### General -- `Ctrl`+`Shift`+`P`, `F1`: Show Command Palette +- `Ctrl`+`Shift`+`P`, `F1`: Show Command Palette +- `Ctrl`+`Shift`+`T`: Open last closed tab - `Ctrl`+`P`: Qui...
[ "tools/vscode.md" ]
[]
true
LeCoupa/awesome-cheatsheets
354
issue_to_patch
swap current line with previous
it should be `ddkP` instead of `ddkp`
d63d75bb28a64ed082d748c847d233576dea0b29
44371217a93e30f525e75b4fd85eb17d351e6343
diff --git a/tools/vim.txt b/tools/vim.txt index 00c25c5a..9c5be1ae 100644 --- a/tools/vim.txt +++ b/tools/vim.txt @@ -105,7 +105,7 @@ gu$ make lowercase until end of line << indent line one column to left == auto-indent current line ddp swap current ...
[ "tools/vim.txt" ]
[]
true
LeCoupa/awesome-cheatsheets
350
issue_to_patch
Fix Issue #316: keygen deprecated
8557d4f3d8ab8baa7a524b7667e7198416da40d4
94087440e5793751700f02800dc1f6d977862a04
diff --git a/frontend/html5.html b/frontend/html5.html index e5bdd883..3866afe0 100644 --- a/frontend/html5.html +++ b/frontend/html5.html @@ -185,7 +185,6 @@ <h1></h1> ... <h6></h6> <!-- All six levels of heading <!-- Some other useful tags --> <canvas></canvas> ...
[ "frontend/html5.html" ]
[]
true
LeCoupa/awesome-cheatsheets
183
issue_to_patch
Fixed wrong declaration in variable section
Fixed a small error in the declaration of variables section
cff39967e1f08bf3c28e6fc796b3ab9f3ef1610d
53ad5697e804dd41a2baafb99098fcc518f49abe
diff --git a/languages/golang.md b/languages/golang.md index 754d8a0f..11e7dfd5 100644 --- a/languages/golang.md +++ b/languages/golang.md @@ -137,7 +137,7 @@ Example: github.com/spf13/cobra ```go // Declaration -var int value +var value int // Initialization value = 10
[ "languages/golang.md" ]
[]
true
LeCoupa/awesome-cheatsheets
337
issue_to_patch
adding the at() method
Added at() array method in the javascript cheatsheet.
5ff48033e15ac42231168dcaf5257e92291d6b25
f8d75a7ccf1d2c47a0fa74c1c3e97081ec461539
diff --git a/languages/javascript.js b/languages/javascript.js index 9a8abfb1..f5fb8588 100644 --- a/languages/javascript.js +++ b/languages/javascript.js @@ -72,6 +72,7 @@ array.splice(start, deleteCount, item1, item2, ...) // Adds and/or removes elem arr.unshift([element1[, ...[, elementN]]]) // Adds one ...
[ "languages/javascript.js" ]
[]
true
LeCoupa/awesome-cheatsheets
304
issue_to_patch
new laravel artisan commands added
7e9e6af4087c35d3aa7d2f3c9df16563bd000ee0
6c3b6ee90e5e583cfc53722274280a3409d7996e
diff --git a/backend/laravel.php b/backend/laravel.php index 9a7f3c06..d3122f2f 100644 --- a/backend/laravel.php +++ b/backend/laravel.php @@ -8,6 +8,8 @@ // MAIN. php artisan clear-compiled // Remove the compiled class file +php artisan db // Start a new database CLI session +php artisan do...
[ "backend/laravel.php" ]
[]
true
LeCoupa/awesome-cheatsheets
334
issue_to_patch
Added cheatsheet for Firebase CLI
dd94d3aa70a9181112da28eb25e01e526693664f
0ee3753e2f664eae82fc4f2d78f58f00a36dc4e9
diff --git a/README.md b/README.md index 2ad75013..984ca006 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ Feel free to take a look. You might learn new things. They have been designed to - [Nginx](tools/nginx.sh) - [PM2](tools/pm2.sh) - [Ubuntu](tools/ubuntu.sh) +- [Firebase CLI](tools/firebase_cli.md) ...
[ "README.md", "tools/firebase_cli.md" ]
[]
true