Giter VIP home page Giter VIP logo

Comments (5)

DjDeveloperr avatar DjDeveloperr commented on June 3, 2024

It was not in 0.1.0 but now in 0.2.0. Try that version instead.

from dwm.

nhrones avatar nhrones commented on June 3, 2024

That created a new error.

//deps.ts

export * from "https://deno.land/x/[email protected]/mod.ts"
export * from "https://deno.land/x/[email protected]/mod.ts";

Error: Module "https://deno.land/x/[email protected]/mod.ts" has already exported a member named 'Rect'. Consider explicitly re-exporting to resolve the ambiguity.deno-ts(2308)

from dwm.

nhrones avatar nhrones commented on June 3, 2024

I tried updating to https://deno.land/x/[email protected]/mod.ts, and that has broken everything in all my DWM apps and widgets? Chasing down why right now. I'll let you know.

Are there min ver requirements for this set of libs to run with?

from dwm.

DjDeveloperr avatar DjDeveloperr commented on June 3, 2024

Well yeah can’t export everything from both deps since they both have separate Rect interfaces.

And what exactly has broken? Can you send some code and errors?

No min version requirements right now but you should try to run on latest version until it is stabilized.

from dwm.

nhrones avatar nhrones commented on June 3, 2024

Fixed.
I have a deps.ts with

export * from "https://deno.land/x/[email protected]/mod.ts"
export * from "https://deno.land/x/[email protected]/mod.ts"
export type {Rect} from "https://deno.land/x/[email protected]/mod.ts"

and in another file I had referenced import * from "https://deno.land/x/[email protected]/mod.ts" directly instead of from deps.
All working now, and I get the monitor correctly.
Thanks.
I'll send you a link to a repo with a quick retina test.

from dwm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.