Questions tagged [lemp]

The LeMP Lexical Macro Processor is a general-purpose Lisp-style macro processor.

The LeMP Lexical Macro Processor is a general-purpose Lisp-style macro processor. Presently the only implementations are for Enhanced C# and LES.

8 questions
14
votes
6 answers

Are there any disadvantages to using Bitnami vs a native server stack?

I have read about the advantages of using a BitNami stack for LAMP development, now I am wondering if there are any drawbacks to using BitNami vs manually installing PHP, MySQL, and Apache separately. I use Mac OS but I would be interested on how it…
webworm
  • 10,587
  • 33
  • 120
  • 217
5
votes
3 answers

Laravel on Nginx 404

I have two sites in my centos 7 VPS. One is laravel 5.6 (let say, def.com) and the other is static html site (let say, abc.com). The html site is running smoothly with this config: sites-available/abc.com.conf server { listen 80; …
Nyicip
  • 170
  • 1
  • 2
  • 11
1
vote
1 answer

Is there way to "define" a macro in LeMP accepting the Type literal input

I am using LeMP v2.8.1 from the Extended CSharp and have the following shortcut for defining and initializing the fields in a class: compileTimeAndRuntime { public partial class DI : IResolver { replace (T =>…
dadhi
  • 4,807
  • 19
  • 25
1
vote
1 answer

Esharp LeMP #r "path" works only with absolute path in compileTime directive

I am using the latest version 2.8.1 I tried project source and binary relative pathes without success. Here is the code: https://github.com/dadhi/LempTest/blob/strong…
dadhi
  • 4,807
  • 19
  • 25
1
vote
1 answer

How to preserve newlines in LeMP output

I've been using LeMP to great effect to auto-generate some code that is identical across variants but for the type of the arguments. However, the classes I'm working on also contain methods authored "by hand", with no LeMP involvement. The challenge…
j4m3z0r
  • 397
  • 1
  • 3
  • 8
1
vote
1 answer

Generating Strings with LeMP

I'm trying to use LeMP to generate some C# bindings for a C++ library, and as part of this I need to generate a string that combines together some arguments from a LeMP macro to use in the DllImport EntryPoint value. Looking at the docs, it seems…
j4m3z0r
  • 397
  • 1
  • 3
  • 8
0
votes
0 answers

Install PHP 7.2.20 with LEMP stack

I am trying to install php 7.2.20 with lemp stack on ubuntu 20.04. sudo add-apt-repository ppa:ondrej/php sudo apt install php7.2 It installs PHP 7.2.34 Tried google searching but no luck, anybody can point me to right direction? _audi
Audisu
  • 1
  • 1
0
votes
1 answer

how to download database records as Execl files in Laravel 5.6

iv been using maatwebsite/excel to download database records as excel files.this workes on my local machine but when i upload it to digital ocean VPS it doesnt download "give a whoops page". after doing some research i ran into a post that mentioned…