Questions tagged [zen]

This tag is ambiguous. There are multiple things it's used to represent. Instead of using this tag, you should use a tag that unambiguously reflects what your question is about.

The meaning of this tag is ambiguous. There are multiple things it's used to represent. Instead of using this tag, you should use a tag that unambiguously reflects what your question is about.

The removal of this tag is being discussed in this Meta post.

In that Meta post, Stedy indicates that currently the questions using this tag are a mix of "questions related to a C# framework, a theme, some related to a theme and some which simply appear to be asking about best practices related to the Zen of Python."

Some of the questions using this tag are about the barcode rendering framework available here. A more appropriate tag for that framework would be .

54 questions
11
votes
3 answers

Hide top bar in visual studio code (zen mode)

I have hidden tabs already and disabled some things like line numbers etc. How to get rid of top bar which contains file name ProfilePrivate.tsx?
stpoa
  • 5,223
  • 2
  • 14
  • 26
5
votes
1 answer

What in the world is a Zen Simulator?

I stumbled upon a really simple but interesting program called "robotfindskitten", and apparently it is a Zen simulator. Everyone who likes the program seems to be throwing the term around like it's some well-known jargon, yet I have no idea what it…
Wall_Dough
  • 129
  • 2
  • 8
4
votes
1 answer

Zen Barcode with characters. Winforms

Hi does anyone know how to include the numbers/strings too at the bottom when it draw the barcode? Here is my code private void btnGenerate_Click_1(object sender, EventArgs e) { Zen.Barcode.Code128BarcodeDraw barcode =…
FutureDev
  • 145
  • 3
  • 3
  • 19
3
votes
1 answer

Any way to use Zen Coding for Slim in Sublime Text 2?

I see that there are filters for HAML in Zen Coding, but they do not seem to be implemented in ST2. However, I would like to use Zen Coding to generate Slim in ST2. Is there a way to do this? Is anyone out there working on a filter for Zen Coding in…
user1149547
  • 349
  • 4
  • 10
2
votes
1 answer

VSCode Zen Mode specific settings

I recently discovered that VSCode has Zen mode and I quickly fell in love with it. I like to have my terminal on the side of the window when using Zen mode. To do that I change: "workbench.panel.defaultLocation": "right", in my user settings. But…
J. Hesters
  • 13,117
  • 31
  • 133
  • 249
2
votes
0 answers

NameError: uninitialized constant Innate::MiddlewareCompiler, using Compass/Sass

I'm trying to use sass to do some css updates on a site with a zen theme. I've installed all the latest gem on an ubuntu dev machine. I get the following error with the compass watch command: NameError on line ["7"] of…
nizz0k
  • 471
  • 1
  • 8
  • 23
2
votes
1 answer

Enable CORS/Access-Control-Allow-Origin Header - Zen Load Balancer

A client has a simple Zen Load Balancer (ZLB) setup. One LB, 2 underlying resource servers. There are multiple farms setup, but that is surplus to this scenario. The front end application server is outside of the ZLB arrangement. The front end…
Dave Byrne
  • 429
  • 4
  • 21
2
votes
2 answers

Is there a way to create dom with zen coding?

For example I want to write this JS code $(document).ready(function() { var parent = $('#mydiv'); var data = {somekey: 'Hello world!'}; parent.append(zen('table>tr>td.someClass{somekey}', data)); }); with the following results:
atott
  • 880
  • 10
  • 15
2
votes
1 answer

Lightbox Is starting on its own with no target image

I have a website at http://www.landmhighland.com/index.php?main_page=product_info&cPath=41_58&products_id=461 The lightbox script seems to be starting without having clicked on anything, and without any reference image. It only does this on product…
user1393215
2
votes
1 answer

Update fields in SQL database with data from CSV file

First, I apologize if this has been answered. I've seen many similar questions but not one that answered mine in full. First off, I am a SQL novice at best. I've learned quite a bit since setting up my online store, but I'm still nowhere near…
user1678042
  • 45
  • 1
  • 2
  • 6
1
vote
0 answers

The zen of python applied to methods in classes

The Zen of python tells us: There should be one and only one obvious way to do it. This is difficult to put in practice when it comes to the following situation. A class receives a list of documents. The output is a dictionary per document with a…
JFerro
  • 3,203
  • 7
  • 35
  • 88
1
vote
1 answer

$_SESSION variable not accessible in Zen cart pages

I have been using $_SESSION variable in different folder than Zen cart installation folder. When I set the $_SESSION folder in any file and try to access it inside EZ Pages of Zen cart I get nothing. Is there any solution for this problem?
fawad
  • 1,323
  • 11
  • 31
  • 50
1
vote
2 answers

Possible to slow down time in the Java virtual machine?

Is it possible to slow down time in the Java virtual machine according to CPU usage by modification of the source code of OpenJDK? I have a network simulation (Java to ns-3) which consumes real time, synchronised loosely to the wall clock. However,…
Chris Dennett
  • 22,412
  • 8
  • 58
  • 84
1
vote
0 answers

Will Android Fast Emulator be supported by future AMD Zen processors?

These days new excavator based cpus for the new AM4 socket and chipset will be released, and at the last part of the year, the new Zen AMD processors are being released. In the requisites for Android Fast Emulator I can read this:…
NullPointerException
  • 36,107
  • 79
  • 222
  • 382
1
vote
1 answer

Github Zen mode editing with fixed-width font?

Is there a way to tell Github Zen mode (full screen text editor) to use a fixed-width font?
Mark Harrison
  • 297,451
  • 125
  • 333
  • 465
1
2 3 4