-
Application is not working on the emulator or in a real device.
![screenshot_2017-08-02-15-37-56](https://user-images.githubusercontent.com/16378404/28869024-e71a6f5a-776a-11e7-9ce6-ba425dbdfdcc.jpg)…
-
On a typical day it looks like this type of error comes up frequently, about 50 times it seems on a typical day.
It looks like the only line we might be able to catch and suppress this is
```
…
-
When clicking through to the next page of results, user isn't returned to the top of the page, and so users are forced to scroll back to the top, which is not good.
To see this behaviour - go to ht…
-
### What is the improvement or update you wish to see?
The middleware docs should mention that the middleware.ts file must adhere to the same naming convention as the normal pages if the `pageExten…
-
Since we are interested in creating an interface to connect to multiple chat rooms, my proposal is to use a middleware based architectural approach ( something like express, koa does ). Now, these mid…
-
I am getting this error message when I try to login to the server as in #29 :
```
Unable to connect to LDAP server openldap
Error: Can't contact LDAP server (-1) for user
Failed to Authenticate …
-
To facilitate usage of tink_web (especially for newcomers), I propose putting a facade in `tink.Web`:
```haxe
package tink;
class Web {
static macro function serve(root:Expr, ?options:Expr);…
-
Hi,
Trying to get browser-sync working with _yeoman-webapp_
but having some issues. Hope someone can assist with this:
``` js
Running "connect:livereload" (connect) task
Started connect web server o…
-
## Context
For context this is the flow for the Feature Brief Generation:
![image](https://github.com/user-attachments/assets/87c71433-3dfa-4e01-9b3e-0d011f17dc98)
## Design
1. Create a ne…
-
```typescript
import { create } from 'zustand'
import { persist, StateStorage, createJSONStorage } from 'zustand/middleware'
const hashStorage: StateStorage = {
getItem: (key): string => {
…