The Wayback Machine - https://web.archive.org/web/20200611055907/https://github.com/topics/standalone
Skip to content
#

standalone

Here are 369 public repositories matching this topic...

flexsearch
alexconrad
alexconrad commented Dec 13, 2019

Validator::CurrencyCode()->validate('')
The behavior of this validation changes from v1.1.29 to v1.1.31.

valid-1.1.29: Validator::CurrencyCode()->validate('') RESULT : FALSE
valid-1.1.31: Validator::CurrencyCode()->validate('') RESULT : TRUE

This should be documented somewhere, it took a while to find out.

any35
any35 commented Mar 20, 2020

I was in trouble when managing my document with mongo express.

It cannot show the detail of a document which have number type id.

repro steps:

  1. insert a doc with a number type id
{
    "_id": 123456,
    "message": "another field"
}
  1. find the document we just insert above and click it
  2. an error is shown on the screen: Document not found!

can anybody help?

laravel-zero
stefkes
stefkes commented Mar 19, 2020

Installation of Laravel Zero with the command below

laravel-zero new TestApp

Results in output

Writing lock file
Generating optimized autoload files
> @php application app:rename
Renaming the application...

 What is your application name?:
 >

  Aborted.


Script @php application app:rename handling the post-create-project-cmd event returned with error code 1
Applicati
Ofelia
Jonathhhan
Jonathhhan commented Nov 11, 2019

hi cuinjune,
with the newest emscripten 1.39.1 i get this compile error with the ofelia emscripten example on ubuntu 18.04:

/home/jonathan/Schreibtisch/of_v20191108_linux64gcc6_release/addons/ofxOfelia/libs/ofxLua/src/bindings/glmBindings.cpp:2733:10: fatal error: 
      'glm/gtc/functions.hpp' file not found
#include <glm/gtc/functions.hpp>

while it is possible to compile the ope

Improve this page

Add a description, image, and links to the standalone topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the standalone topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.