Posts

Is there a bug with the `switch ocg with mark on` key of the ocgx and ocgx2 packages?

Image
0 Indeed, with this key, visibility does not work properly. I quote the manual: /tikz/switch ocg with mark off={<ocg reference»}{<OCGs list> } These styles transform the current path or the current node in a link acting as if it is produced by the macro switchocg (the visibility status of referenced OCGs in the list is reversed). A mark (currently a simple cross) is drawn over the current path or node in an OCG whose reference is ocg reference . The visibility status of this OCG will be reversed as those of the entire list. Thus, the following two examples should work in the same way. However, only the second one with the switchocg key with the status=invisible leaves the rectangle invisible from the beginning. documentclass{article} usepackage[margin=1cm]{geometry} usepack...

James Sykes

Image
James Sykes (27 de março de 1761 - 18 de outubro de 1822) foi um político norte-americano que foi governador do estado do Delaware, no período de 1801 a 1802, pelo Partido Federalista. [ 1 ] Referências ↑ « " Governors of Delaware " » (em inglês). National Governors Association   v   •   e Governadores e Vice-governadores de Delaware (1721 — 2019) Governadores McKinly  · McKean  · Read  · Caesar Rodney  · Dickinson  · Cook  · Van Dyke  · T. Collins  · Davis  · Clayton  · Bedford  · Rogers  · Bassett  · Sykes  · D. Hall  · Mitchell  · Truitt  · Haslet  · D. Rodney  · Clark  · Molleston  · Stout  · J. Collins  · Caleb Rodney  · Haslet  · Thomas  · Paynter  · Polk  · Hazzard  · Bennett  · Polk  · Comegys  · Cooper  · Stockton  · Maull  · Temple  · Tharp  · Ross  · Causey  · Burton  · Cannon  · Saulsbury  · Ponder  · Cochran  · J. Hall  · Stockley  · Biggs  · ...

Passing web socket requests from Nginx to uWSGI server

Image
0 I have Nginx running on server a (port 8000) and uWSGI running on server b (port 8001). b already serves a web socket at ws://b:8001/s . I would like to configure a as a reverse proxy also giving access to this web socket at ws://a:8000/s . I am interested (if I understand correctly and this is the right approach) in a relaying the original HTTP request to b and in b initiating the protocol upgrade (as would also happen in the absence of a proxy), not in a initiating the protocol upgrade, as seems to happen in this example. What Nginx location block would allow me to do that? nginx websocket uwsgi share | improve this question asked Nov 26 '...