Skip to content
#

handler

Here are 398 public repositories matching this topic...

honnix
honnix commented Apr 29, 2020

I could not think of a good way to work on a PR, so creating an issue instead.

This is what REAME says regarding delight and projectile:

;; Remove the mode name for projectile-mode, but show the project name.
(use-package projectile
  :delight '(:eval (concat " " (projectile-project-name))))

However this under certain circumstances would have serious performance issue, an

Pauan
Pauan commented Jun 4, 2017

Right now, Ctrl+D displays the message end of file and does not quit the REPL. It is common practice for REPLs to quit when using Ctrl+D (at least on Linux).

However, it should only quit when the text prompt is empty. In other words:

> (Ctrl+D pressed)

In the above scenario, it should exit. However:

> some code or whatever (Ctrl+D pressed)

In the above scenario

gazedash
gazedash commented Jan 5, 2018

Expected behavior:

Doesn't require any babel plugins

Actual behavior:

Throws errors, requires "es2015" and "stage-0" babel config.

Steps to reproduce

git clone https://github.com/parcel-bundler/examples
cd examples/preact
yarn
yarn add linkstate
# add some code using linkstate
yarn start
�  /home/dalvik/WebstormProjects/preact-parcel/node_modules/linksta
pavelgrinchenko
pavelgrinchenko commented Apr 10, 2020

Hi! We have such directories names in our static website /public/doc/changelog/0.18
And when serve-handler handles requests we have 404 for such pages.
I found reason - there is false-positive extname checking here https://github.com/zeit/serve-handler/blob/master/src/index.js#L610
But I'm not sure how it should be resolved. Maybe this check can follow next one (where handles cleanUrl)

renandhein
renandhein commented Jun 29, 2018

Hey!

Big fan of this project. It works flawlessly and allows us to put the code that composes a PDF in the views folder which is where I've always believed something like that belongs.

I have a pdf working as a view exactly like the main page's example with prawn_document and everything. The controller responds to the .pdf format and renders it, all is good and well.

However, I would like

Improve this page

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

Learn more

You can’t perform that action at this time.