Jonathan Daniel

Results 6 issues of Jonathan Daniel

Does the `depends_on ` condition `service_completed_successfully ` really exist? It doesn't seem to work for me. ``` web: build: context: . dockerfile: docker/web/Dockerfile command: > sh -c "python src/manage.py collectstatic...

### Issue / Steps to reproduce the problem This works: ``` services.AddDefaultIdentity(options =>{ options.User.RequireUniqueEmail = true; options.Stores.MaxLengthForKeys = 128; }) .AddRoles() .AddEntityFrameworkStores() .AddSignInManager() .AddDefaultTokenProviders(); ``` This throws a nullreference exception...

bug report

The program wont run without moving the config file

### Actual Behavior I have a schema called mobile_api.json, containing an external reference to another schema called client_api.json, the external reference works, but the client_api.json schema also contain an internal...

kind/bug

s0beit linux hack version 1.3 Log Path [/home/ntq/Desktop/linux-csgo-external-master/build/] CSGO Process Located [/home/ntq/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/csgo_linux][1794] client_client.so: [e3486000][e48fd000][/home/ntq/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/csgo/bin/client_client.so] GlowObject Size: 38 Found client_client.so [e3486000] Glow Pointer Call Reference: 0xe39f9914 |...

Theres always (afaik) a trailing whitespace after @details. * @brief Sum with another matrix * @details Sums every element with the corresponding element of the rvalue matrix. * **