taylorswift
taylorswift
i thought i responded earlier, but i was pentesting the site last month and found that it returns a 500 whenever: * four or more url path components are present,...
on the internet, anyone can do anything to a publicly-accessible service, and i have learned this the hard way myself. in my case, i came across this issue two weeks...
i am sorry that i caused you to waste time investigating the bad urls. i really am. i should have given you guys a heads up, and i didn’t anticipate...
what if a package has documentation hosted elsewhere?
what if you create an empty client package and target that depends on the plugin, and try building (without running) the client package?
is there anything `swift-json` can do to get the builds working again?
i don’t think this is related to plugins, because the [`swift-grammar`](https://github.com/kelvin13/swift-grammar/blob/master/Package.swift) package uses the same plugin `swift-json` uses, and its 5.6 builds [are working](https://swiftpackageindex.com/kelvin13/swift-grammar/builds) if it’s related to plugins, it...
Actually I discovered you need to consider exactly twelve points for 2D. See [`noise-swift:CellNoise2D`](https://github.com/kelvin13/noise/blob/805df90b20776ad7cc9e1b3a933c641eecf766ae/sources/noise/cell.swift#L45) for an explanation. The screenshot I attached was given as an example of “correct” output in...
Did the math. Exactly 90 cells must be considered for 3D worley noise. Early exit is possible if the cells are checked in groups in a certain order. **Working implementation:**...
this has not been a good week for the worley noise has it