Skip to content
#

web-framework

Here are 579 public repositories matching this topic...

mattc41190
mattc41190 commented Mar 25, 2020

The Tutorial section of the docs refers to to the most recent Flaskr application structure however the Testing Deep Dive section is still referring to an application structure from at least the 0.12 version of the tutorial which assumes an application structure that doesn't involve the app factory. This could certainly confuse a new comer... I mean not me.... I certainly wasn't confus

vapor
Jinxiansen
Jinxiansen commented Apr 10, 2020

When I checked the document on the Vapor official website, I found it was still the document of Vapor 3.0, and when I changed the browser address to https://docs.vapor.codes/4.0/, I found that the document content was relatively old, and there was still some content not updated in time.

As a Swift server enthusiast who has been using Vapor for 3 years, can I participate in and how to participat

delwaterman
delwaterman commented Mar 1, 2020

Issue Description

If you attempt to use the Echo logger before the server is started no output is actually written

Checklist

  • Dependencies installed
  • No typos
  • Searched existing issues and docs

Expected behaviour

Using e.Logger.Info() writes output to log outside a handler

Actual behaviour

Using e.Logger.Info() does not write output to log ou

sanic
ignasi35
ignasi35 commented Nov 26, 2019

The Java minimal imports:

https://github.com/playframework/playframework/blob/576c0def93c7abe8df7802fb3549b2e02475005b/dev-mode/build-link/src/main/java/play/TemplateImports.java#L32

imports scala.collection.JavaConverters which is deprecated in scala 2.13. This triggers the warning/error (dependinc on your scalac options):

[error] /Users/ignasi/git/projects/lightbend/playframewo
yew
jstarry
jstarry commented Feb 26, 2020

Problem
It's possible that a developer retains a reference to a node ref that has been unmounted. To prevent the reference of an unmounted html element, Yew should be sure to clear the NodeRef when unmounting.

Suggested Fix

  1. Set vtag's node ref to None in its VDiff::detach impl
  2. Set vcomp's node ref to None in the DestroyComponent runnable
rubyFeedback
rubyFeedback commented Nov 14, 2019

Whenever I try to install the sinatra gem, the first install hangs during:

"Installing ri documentation for sinatra-2.0.7"

I manually interrupt it, then do it again, and then it works.

I have no idea what causes it, but all the other gems and their ri
documentation do not have this issue.

I believe that there must be something special for sinatra documentation
done that causes this b

ktor
eMZet-zz
eMZet-zz commented Feb 6, 2020

Subsystem
Kotlin multiplatform library: ktor-client-logging:1.3.0

Is your feature request related to a problem? Please describe.
Problem: not able to filter calls to be logged. All calls are being logged by default.

Describe the solution you'd like
Add a filter option in Logging configuration block (this solution is available on Android in CallLogging feature, but it is absent

stevepiercy
stevepiercy commented Oct 31, 2018

When we remove the page on scaffolds (docs/narr/scaffolding.rst), we need to set up a redirect to docs/narr/cookiecutters.rst in the docs.pylonsproject.org nginx configuration for the master branch, latest, and stable.

  • master
  • latest
  • stable

Example for master:

    location /projects/pyramid/en/master/narr/scaffolding.html {
        return 301 $scheme://
thehowl
thehowl commented Jan 20, 2018

At the moment, the If-None-Match header is ignored, whereas it should be checked to be the same as the ETag of the file being served by the static handler. Currently, the static content is always served, even when Macaron should close the connection with a 304 Not Modified response.

I've added this functionality to [Gitea, in this PR.](https://github.com/go-gitea/gitea/pull/3376/commits/eb1

animamundi
animamundi commented Aug 29, 2017
import {Middleware, ExpressErrorMiddlewareInterface} from "routing-controllers";

@Middleware({ type: "after" })
export class CustomErrorHandler implements ExpressErrorMiddlewareInterface {

    error(error: any, request: any, response: any, next: (err: any) => any) {
        console.log("do something...");
        next();
    }

}

This example code from the docume

rmarronnier
rmarronnier commented Feb 26, 2019

https://docs.amberframework.org/amber/guides/controllers/flash#flash-now

Calling flash.now["blabla"] gives a compile error : 'undefined method 'now' for Hash(String, String)'

Calling flash.now "key", "value" compiles but doesn't do anything and nothing gets returned in the logs

Versions

Amber CLI (amberframework.org) - v0.11.3
Crystal 0.27.2 [60760a546] (2019-02-05)

LLVM: 4.0.

danikp
danikp commented Sep 23, 2015

Currently we have 3 (three!!!!) places for documentation:

  1. wiki
  2. READMEs
  3. API docs (produced from doc-src)
    my proposal is to move everything to wiki. It will be pretty easy for READMEs as they written with markdown too. moving API docs will require much more work, but CB API is not so complicated and everything generated from code can be written once in markdown and changed on demand.

cos a

orafaelfragoso
orafaelfragoso commented Apr 18, 2017

Issue Description

I would love to see (or write) a guide on how to migrate a WIP project from SailsJS (since it's based on that) to TrailsJS. If possible.

Environment

  • node version: 6.X
  • trails version: latest
  • operating system: Ubuntu 16.04 64 bits

Improve this page

Add a description, image, and links to the web-framework 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 web-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.